last_point_color property

last_point_color property

Gets and sets the color of the last point of data in the sparkline group.

Definition:

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

See Also