ISparklineGroup
ShowFirstPoint Property
|
Indicates whether to highlight the first 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
bool ShowFirstPoint { get; set; }
Property ShowFirstPoint As Boolean
Get
Set
property bool ShowFirstPoint {
bool get ();
void set (bool value);
}
abstract ShowFirstPoint : bool with get, set
Property Value
Type:
Boolean
true
if [show first point]; otherwise,
false
.
See Also