FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DGroup Class / Stacked Property

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