'宣言 Public Enum HistogramBinning Inherits System.Enum
public enum HistogramBinning : System.Enum
'宣言 Public Enum HistogramBinning Inherits System.Enum
public enum HistogramBinning : System.Enum
| メンバ | 解説 |
|---|---|
| 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