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

In This Topic
    Stacking Property (PivotChartTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotChart.Stacking. Sets a value that determines whether and how the series objects are stacked.
    Syntax
    'Declaration
     
    Public Property Stacking As Stacking
    public Stacking Stacking {get; set;}
    See Also