ComponentOne FinancialChart for WinForms
PlotAreas Property

C1.Win.Chart Namespace > FlexChart 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

FlexChart Class
FlexChart Members