low_point_color property

low_point_color property

Gets and sets the color of the lowest points of data in the sparkline group.

Definition:

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

See Also