ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart Namespace / FlexChart Class / PlotAreas Property

In This Topic
    PlotAreas Property (FlexChart)
    In This Topic
    Gets the chart plot areas collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property PlotAreas As ObservableCollection(Of PlotArea)
    public ObservableCollection<PlotArea> PlotAreas {get;}
    See Also