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