'Declaration
Public Enum HistogramBinning Inherits System.Enum
public enum HistogramBinning : System.Enum
'Declaration
Public Enum HistogramBinning Inherits System.Enum
public enum HistogramBinning : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Chart.HistogramBinning