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

In This Topic
    ShowTotals Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.ShowTotals. Sets a value that determines whether the chart should include only totals.
    Syntax
    'Declaration
     
    Public Property ShowTotals As Boolean
    public bool ShowTotals {get; set;}
    See Also