SparklineGroupHorizontalAxisColor Property |
Gets and sets the color of the horizontal axis in the sparkline group.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic CellsColor HorizontalAxisColor { get; set; }
Public Property HorizontalAxisColor As CellsColor
Get
Set
public:
property CellsColor^ HorizontalAxisColor {
CellsColor^ get ();
void set (CellsColor^ value);
}
member HorizontalAxisColor : CellsColor with get, set
Property Value
Type:
CellsColor
See Also