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

In This Topic
    MaxPoints Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.MaxPoints. Sets the maximum number of points to be shown in each series.
    Syntax
    'Declaration
     
    Public Property MaxPoints As Integer
    public int MaxPoints {get; set;}
    See Also