show_outlier_points property

show_outlier_points property

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

Definition:

@property
def show_outlier_points(self):
    ...

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

See Also