ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Collections.ObjectModel.ObservableCollection(Of PlotArea)
    public System.Collections.ObjectModel.ObservableCollection<PlotArea> PlotAreas {get;}
    See Also