Exposes properties related to category axis binning. Applicable only for Histogram and Pareto charts.
Constructors
Section titled "Constructors"CategoryAxisBinning
new CategoryAxisBinning(binWidth: number, numberOfBins: number, overflow: boolean, overflowThreshold: number, underflow: boolean, underflowThreshold: number): CategoryAxisBinning Returns CategoryAxisBinning
Properties
Section titled "Properties"$t: Type binWidth
Section titled "binWidth"binWidth: number numberOfBins
Section titled "numberOfBins"numberOfBins: number overflow
Section titled "overflow"overflow: boolean overflowThreshold
Section titled "overflowThreshold"overflowThreshold: number underflow
Section titled "underflow"underflow: boolean underflowThreshold
Section titled "underflowThreshold"underflowThreshold: number