SparklineGroupShowFirstPoint Property |
Indicates whether to highlight the first 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 ShowFirstPoint { get; set; }
Public Property ShowFirstPoint As Boolean
Get
Set
public:
property bool ShowFirstPoint {
bool get ();
void set (bool value);
}
member ShowFirstPoint : bool with get, set
Property Value
Type:
Boolean
See Also