FlexReport for WinForms
ChartHistogramIntervalMethod 列挙体


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 : ChartHistogramIntervalMethod 列挙体
Specifies the method used to specify the histogram intervals.
シンタックス
'宣言
 
Public Enum ChartHistogramIntervalMethod 
   Inherits System.Enum
'使用法
 
Dim instance As ChartHistogramIntervalMethod
public enum ChartHistogramIntervalMethod : System.Enum 
メンバ
メンバ解説
Automatic
Interval boundaries and width are calculated based on the data statistics. The number of intervals is an optional input.
SemiAutomatic
Starting interval, interval width, and the number of intervals specify interval boundaries.
XDataBoundaries
The X data inputs will be used for interval boundaries.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartHistogramIntervalMethod

参照

参照

C1.Win.FlexReport.Chart 名前空間