SparklineGroupHighPointColor Property |
Gets and sets the color of the highest points of data in the sparkline group.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic CellsColor HighPointColor { get; set; }
Public Property HighPointColor As CellsColor
Get
Set
public:
property CellsColor^ HighPointColor {
CellsColor^ get ();
void set (CellsColor^ value);
}
member HighPointColor : CellsColor with get, set
Property Value
Type:
CellsColor
See Also