FlexChart for WPF
DataFields 列挙体

C1.WPF.Chart.Finance アセンブリ > C1.Chart.Finance 名前空間 : DataFields 列挙体
Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.
シンタックス
'宣言
 
Public Enum DataFields 
   Inherits System.Enum
public enum DataFields : System.Enum 
メンバ
メンバ解説
CloseClose values are used for calculations.
HighHigh values are used for calculations.
HighLowHigh-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types.
HL2Average of high and low values is used for calculations.
HLC3Average of high, low, and close values is used for calculations.
HLOC4Average of high, low, open, and close values is used for calculations.
LowLow values are used for calculations.
OpenOpen values are used for calculations.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Finance.DataFields

参照

C1.Chart.Finance 名前空間