Reports for WPF
Chart.IntervalCreationMethodEnum 列挙体

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 : Chart.IntervalCreationMethodEnum 列挙体
Defines the method of interval creation.
シンタックス
'宣言
 
Public Enum Chart.IntervalCreationMethodEnum 
   Inherits System.Enum
public enum Chart.IntervalCreationMethodEnum : System.Enum 
メンバ
メンバ解説
AutomaticInterval boundaries and width are calculated based on the data statistics. The number of intervals is an optional input.
SemiAutomaticStarting interval, interval width, and the number of intervals specify interval boundaries.
XDataBoundariesThe X data inputs will be used for interval boundaries.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Report.CustomFields.Chart.IntervalCreationMethodEnum

参照

C1.C1Report.CustomFields 名前空間