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