FlexPivot for WinForms
HistogramBinning 列挙体

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 : HistogramBinning 列挙体
Specifies the binning mode to define the bins of a Histogram.
シンタックス
'宣言
 
Public Enum HistogramBinning 
   Inherits System.Enum
public enum HistogramBinning : System.Enum 
メンバ
メンバ解説
AutomaticThe bin width will be calculated automatically.
BinWidthA positive decimal number for the range of a bin.
NumberOfBinsThe number of bins for the histogram, including the overflow and underflow bins.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.HistogramBinning

参照

C1.Chart 名前空間