FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / HistogramBinning 枚举

本主题中
    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

    请参见