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

In This Topic
    ChartsPerLine Property (PivotFlexPieTagHelper)
    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