number_of_bins property

number_of_bins property

Specifies number of bins when AggregationType property value setted to AxisAggregationType.ByNumberOfBins. Applied to category axes. Used with Histogram or HistogramPareto series only.

Definition:

@property
def number_of_bins(self):
    ...

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

See Also