ASP.NET MVC Controls | ComponentOne
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
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Stacking As Stacking
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public Stacking Stacking {get; set;}
    See Also