ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexChart Class / PlotAreas Property

In This Topic
    PlotAreas Property (FlexChart)
    In This Topic
    Gets the chart plot areas collection.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FlexChart.PlotAreas", "Gets the chart plot areas collection.")>
    Public ReadOnly Property PlotAreas As ObservableCollection(Of PlotArea)
    [C1Description("FlexChart.PlotAreas", "Gets the chart plot areas collection.")]
    public ObservableCollection<PlotArea> PlotAreas {get;}
    See Also