negative_points_color property

negative_points_color property

Gets and sets the color of the negative values on the sparkline group.

Definition:

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

See Also