show_mean_line property

show_mean_line property

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

Definition:

@property
def show_mean_line(self):
    ...

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

See Also