ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialExtraOptions Class / RenkoFields Property

In This Topic
    RenkoFields Property (FinancialExtraOptions)
    In This Topic
    Specifies the DataFields used for the Renko chart.
    Syntax
    'Declaration
     
    Public Property RenkoFields As DataFields
    public DataFields RenkoFields {get; set;}
    Remarks
    The default value is DataFields.Close.Note:Renko doesn't support HighLow.
    See Also