dotnetCHARTING Send comments on this topic.
ChartAreaCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : ChartAreaCollection Class


The following tables list the members exposed by ChartAreaCollection.

Public Constructors

 NameDescription
Public ConstructorChartAreaCollection ConstructorCreates a new instance of ChartAreaCollection with the specified list of ChartArea objects.  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the object at a specified index.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a specified ChartAreaCollection to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether this collection contains a specified ChartArea.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specified ChartArea in this collection.  
Public MethodInsertInserts a ChartArea into this collection at a specified index.  
Public MethodRemoveRemoves a specified ChartArea from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also