Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ChartModel Class / PlotAreas Property


In This Topic
    PlotAreas Property
    In This Topic
    Gets the colleciton of plot areas in the chart.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotAreas As PlotAreaCollection
    'Usage
     
    
    Dim instance As ChartModel
    Dim value As PlotAreaCollection
     
    value = instance.PlotAreas
    public PlotAreaCollection PlotAreas {get;}
    See Also