[]
Specifies the binning mode to define the bins of a Histogram.
public enum HistogramBinning
Name | Description |
---|---|
Automatic | The bin width will be calculated automatically. |
BinWidth | A positive decimal number for the range of a bin. |
NumberOfBins | The number of bins for the histogram, including the overflow and underflow bins. |