series_color property

series_color property

Gets and sets the color of the sparklines in the sparkline group.

Definition:

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

See Also