ComponentOne FlexChart for UWP
PlotAreas Property

C1.UWP.FlexChart Assembly > C1.Xaml.Chart Namespace > C1FlexChart Class : PlotAreas Property
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

Reference

C1FlexChart Class
C1FlexChart Members