SparklineGroup
ShowLastPoint Property
|
Indicates whether to highlight the last point of data 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 ShowLastPoint { get; set; }
Public Property ShowLastPoint As Boolean
Get
Set
public:
virtual property bool ShowLastPoint {
bool get () sealed;
void set (bool value) sealed;
}
abstract ShowLastPoint : bool with get, set
override ShowLastPoint : bool with get, set
Property Value
Type:
Boolean
Implements
ISparklineGroup
ShowLastPoint
See Also