ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / DataFields Enumeration

In This Topic
    DataFields Enumeration
    In This Topic
    Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.
    Syntax
    'Declaration
     
    Public Enum DataFields 
       Inherits System.Enum
    public enum DataFields : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Finance.DataFields

    See Also