show_first_point property

show_first_point property

Indicates whether to highlight the first point of data in the sparkline group.

Definition:

@property
def show_first_point(self):
    ...
@show_first_point.setter
def show_first_point(self, value):
    ...

See Also