SparklineGroupShowLastPoint Property |
Indicates whether to highlight the last point of data in the sparkline group.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool ShowLastPoint { get; set; }
Public Property ShowLastPoint As Boolean
Get
Set
public:
property bool ShowLastPoint {
bool get ();
void set (bool value);
}
member ShowLastPoint : bool with get, set
Property Value
Type:
Boolean
See Also