Static $tStatic nextReturns the number of data points in each range, i.e., how many data points exist in each bin.
Use this property to control the number of data points that should appear in each bin, allowing the total number of bins to be determined automatically.
BinWidth and numberOfBins are mutually exclusive.
Returns the total number of bins.
Use this property to control the number of bins that should appear, allowing the number of data points per bin to be determined automatically.
NumberOfBins and binWidth are mutually exclusive.
Specifies whether a bin is created for all values above a given threshold.
Setting this property to true causes a bin to be created for values above a given threshold.
The threshold is determined automatically by default; use the overflowThreshold property to specify a threshold value.
Determines the threshold for the overflow bin.
This property is only applicable when the overflow property is set to true.
When this property is left unset, the threshold is determined automatically.
Specifies whether a bin is created for all values below a given threshold.
Setting this property to true causes a bin to be created for values below a given threshold.
The threshold is determined automatically by default; use the underflowThreshold property to specify a threshold value.
Determines the threshold for the underflow bin.
This property is only applicable when the underflow property is set to true.
When this property is left unset, the threshold is determined automatically.
Static compareStatic compareStatic equalsStatic equalsStatic getStatic getStatic getStatic reference
Exposes properties related to category axis binning. Applicable only for Histogram and Pareto charts.
This class is immutable.
See
Series.axisBinning