FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / C1FlexChart Class / PlotAreas Property

In This Topic
    PlotAreas Property (C1FlexChart)
    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