ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartView Class / PlotAreas Property


In This Topic
    PlotAreas Property
    In This Topic
    Gets the plot area collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PlotAreas As PlotAreaCollection
    'Usage
     
    
    Dim instance As ChartView
    Dim value As PlotAreaCollection
     
    value = instance.PlotAreas
    public PlotAreaCollection PlotAreas {get;}
    See Also