ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / FinancialChartTagHelper Class / RenkoBoxSize Property

In This Topic
    RenkoBoxSize Property (FinancialChartTagHelper)
    In This Topic
    Specifies the box size for the Renko chart. The default value is 14.
    Syntax
    'Declaration
     
    Public Property RenkoBoxSize As Integer
    public int RenkoBoxSize {get; set;}
    See Also