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

In This Topic
    LineBreakNewLineBreaks Property (FinancialChartTagHelper)
    In This Topic
    Gets or sets the number of previous boxes that must be compared before a new box is drawn in Line Break charts. The default value is 3.
    Syntax
    'Declaration
     
    Public Property LineBreakNewLineBreaks As Integer
    public int LineBreakNewLineBreaks {get; set;}
    See Also