show_inner_points property

show_inner_points property

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

Definition:

@property
def show_inner_points(self):
    ...

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

See Also