Table of Contents

Class DataBarOptions

Namespace
Openize.Cells
Assembly
Openize.OpenXMLSDK.dll

Represents a data bar configuration for conditional formatting.

public class DataBarOptions
Inheritance
DataBarOptions
Inherited Members

Properties

BarColor

Gets or sets the color of the data bar in hex format

public string BarColor { get; set; }

Property Value

string

MaxLength

Gets or sets the maximum length percentage (0-100)

public int MaxLength { get; set; }

Property Value

int

MinLength

Gets or sets the minimum length percentage (0-100)

public int MinLength { get; set; }

Property Value

int

ShowValue

Gets or sets whether to show the cell value

public bool ShowValue { get; set; }

Property Value

bool