marker_style property

marker_style property

Represents the marker style. Applies to a line chart, a scatter chart, or a radar chart.

Definition:

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

See Also