quartile_method property

quartile_method property

Represents quartile method. Applies only to BoxAndWhisker charts.

Definition:

@property
def quartile_method(self):
    ...

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

See Also