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

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

    请参见