Class DataBarOptions
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
MaxLength
Gets or sets the maximum length percentage (0-100)
public int MaxLength { get; set; }
Property Value
MinLength
Gets or sets the minimum length percentage (0-100)
public int MinLength { get; set; }
Property Value
ShowValue
Gets or sets whether to show the cell value
public bool ShowValue { get; set; }