AxisBins class

AxisBins class

Represents axis bins

The AxisBins type exposes the following members:

Properties

PropertyDescription
is_by_categoryIndicates whether grouping data by category is enabled.
is_automaticIndicates whether the axis bins are automatic.
widthGets or sets the width of the axis bin.
countGets or sets the count of axis bins
overflowGets or sets the overflow of axis bins
underflowGets or sets the underflow of axis bins

Methods

MethodDescription
reset_overflow(self)Reset the overflow
reset_underflow(self)Reset the underflow

See Also