SparklineGroup
ShowMarkers Property
|
Indicates whether to highlight each point in each line sparkline in the sparkline group.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool ShowMarkers { get; set; }
Public Property ShowMarkers As Boolean
Get
Set
public:
virtual property bool ShowMarkers {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowMarkers : bool with get, set
override ShowMarkers : bool with get, set
Property Value
Type:
Boolean
Implements
ISparklineGroup
ShowMarkers
See Also