show_last_point property

show_last_point property

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

Definition:

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

See Also