show_mean_markers property

show_mean_markers property

Represents mean markers. True if mean markers are shown on the BoxAndWhisker chart. Applies only to BoxAndWhisker charts. Read/write bool.

Definition:

@property
def show_mean_markers(self):
    ...

@show_mean_markers.setter
def show_mean_markers(self, value):
    ...

See Also