first_point_color property

first_point_color property

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

Definition:

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

See Also