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

In This Topic
    Stacking Property (PivotChart)
    In This Topic
    Gets or 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