ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexChart Class / PlotAreas Property



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