foreground_color property

foreground_color property

Represents the marker foreground color in a line chart, scatter chart, or radar chart.

Definition:

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

See Also