Class ColorScaleOptions
Represents a color scale configuration for conditional formatting.
public class ColorScaleOptions
- Inheritance
-
ColorScaleOptions
- Inherited Members
Properties
MaxColor
Gets or sets the maximum value color in hex format
public string MaxColor { get; set; }
Property Value
MidColor
Gets or sets the midpoint value color in hex format
public string MidColor { get; set; }
Property Value
MinColor
Gets or sets the minimum value color in hex format
public string MinColor { get; set; }
Property Value
TwoColorScale
Gets or sets whether to use a 2-color scale (if false, uses 3-color scale)
public bool TwoColorScale { get; set; }