ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / Stacked Property

In This Topic
    Stacked Property (C1OlapPage)
    In This Topic
    Gets or sets a value that determines whether the series should be stacked or placed side-by-side.
    Syntax
    'Declaration
     
    Public Property Stacked As System.Boolean
    public System.bool Stacked {get; set;}
    See Also