FlexChart | ComponentOne
C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / C1FinancialChart Class / PlotAreas Property

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