DataBar
BarColor Property
|
Gets or sets the color of the bar in a data bar condition format.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color BarColor { get; set; }
Public Property BarColor As Color
Get
Set
public:
property Color BarColor {
Color get ();
void set (Color value);
}
member BarColor : Color with get, set
Property Value
Type:
Color
See Also