background_color property

background_color property

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

Definition:

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

See Also