ISparklineGroup
HighPointColor Property
|
Gets and sets the color of the highest points of data 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 HighPointColor { get; set; }
Property HighPointColor As Color
Get
Set
property Color HighPointColor {
Color get ();
void set (Color value);
}
abstract HighPointColor : Color with get, set
Property Value
Type:
Color
The color of the high point.
See Also