Dundas Chart for Windows Forms
ChartAreaCollection Class Members
See Also  Properties  Methods  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : ChartAreaCollection Class


The following tables list the members exposed by ChartAreaCollection.

Public Properties

  Name Description
Public Property Count

Gets the number of items in the collection.


Gets the number of elements actually contained in the collection.  
Public Property IsFixedSize Gets a value indicating whether the collection has a fixed size.
Gets a value indicating whether the collection has a fixed size.  
Public Property IsReadOnly Gets a value indicating whether the collection is read-only.
Gets a value indicating whether the collection is read-only.  
Public Property IsSynchronized Gets a value indicating whether access to the collection is synchronized.
Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Item Gets or sets the object at the specified index within the collection.
Indexer of the class. Returns the ChartArea object  
Public Property SyncRoot Gets an object that can be used to synchronize access to the collection.
Gets an object that can be used to synchronize access to the collection.  
Top

Public Methods

  Name Description
Public Method Add Overloaded. Adds a ChartArea object to the collection.  
Public Method Clear Clears all objects from the collection.
Removes all elements from the collection.  
Public Method Contains

Determines if a specific object is the collection.


Determines whether an element is in the collection.  
Public Method CopyTo

Copies all items in the collection to an array, starting at a particular array index.


Copies the ArrayList or a portion of it to a one-dimensional array.  
Public Method GetIndex

Retrieves the index of an item in a collection by name, or -1 if not found.


Get chart area index by name  
Public Method IndexOf

Retrieves the index of a specified object in the collection, or -1 if not found.


Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection.  
Public Method Insert Overloaded. Inserts an object into a given location in a collection.  
Public Method Remove

Removes the first occurrence of a specified object from the collection.


Removes the first occurrence of a specific object  
Public Method RemoveAt

Removes an item from the collection at the specified index.


Removes the element at the specified index  
Top

See Also

© 2009 All Rights Reserved.