ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / SunburstTagHelper Class / ChartsPerLine Property

In This Topic
    ChartsPerLine Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.ChartsPerLine. Sets the maximal number of charts per line.
    Syntax
    'Declaration
     
    Public Property ChartsPerLine As Integer
    public int ChartsPerLine {get; set;}
    Remarks
    The property is used when there are multiple pies. By default, it's zero and the control perform layout automatically.
    See Also