2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartGroup Class / Stacked Property

In This Topic
    Stacked Property
    In This Topic
    Gets or sets whether the chart should stack the data (for appropriate chart types).
    Syntax
    'Declaration
     
    Public Property Stacked As System.Boolean
    public System.bool Stacked {get; set;}
    See Also