ISparklineGroup
ShowMarkers Property
|
Indicates whether to highlight each point 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
bool ShowMarkers { get; set; }
Property ShowMarkers As Boolean
Get
Set
property bool ShowMarkers {
bool get ();
void set (bool value);
}
abstract ShowMarkers : bool with get, set
Property Value
Type:
Boolean
true
if [show markers]; otherwise,
false
.
Exceptions
Exception
|
Condition
|
NotSupportedException
|
If Sparklinetype is not equal to Line
|
See Also