Defines collection of plot areas

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public class PlotAreaCollection : ObservableCollection<PlotArea>
Visual Basic
Public Class PlotAreaCollection _
	Inherits ObservableCollection(Of PlotArea)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'PlotArea>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'PlotArea>)>)>
      C1.Silverlight.Chart..::..PlotAreaCollection

See Also