DataBar
AxisColor Property
 | 
Gets the color of the axis for cells with conditional formatting as data bars.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public Color AxisColor { get; set; }
 
Public Property AxisColor As Color
	Get
	Set
 
public:
property Color AxisColor {
	Color get ();
	void set (Color value);
}
 
member AxisColor : Color with get, set
 
 
 
Property Value
Type:
Color
 
See Also