ComponentOne FinancialChart for UWP Edition
PlotAreas Property

C1.Xaml.Chart Namespace > C1FlexChart Class : PlotAreas Property
Gets the chart plot areas collection.
Syntax
'Declaration
 
Public ReadOnly Property PlotAreas As ObservableCollection(Of PlotArea)
public ObservableCollection<PlotArea> PlotAreas {get;}
See Also

Reference

C1FlexChart Class
C1FlexChart Members