ISparklineGroup
HorizontalAxisColor Property
|
Gets and sets the color of the horizontal axis in the sparkline group.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Color HorizontalAxisColor { get; set; }
Property HorizontalAxisColor As Color
Get
Set
property Color HorizontalAxisColor {
Color get ();
void set (Color value);
}
abstract HorizontalAxisColor : Color with get, set
Property Value
Type:
Color
The color of the axis.
See Also