bin_width property

bin_width property

Specifies bin width when AggregationType property value setted to AxisAggregationType.ByBinWidth. Applied to category axes. Used with Histogram or HistogramPareto series only.

Definition:

@property
def bin_width(self):
    ...

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

See Also