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


The following tables list the members exposed by ElementCollection.

Public Constructors

  Name Description
Public Constructor ElementCollection Constructor  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets or sets the Element at a specified index.  
Top

Public Methods

  Name Description
Public Method Add Overloaded.  Adds an element to the collection based on the specified calculation.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Determines whether this collection contains a specified Element.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Determines the index of a specified Element in this collection.  
Public Method Insert Inserts a element into this collection at a specified index.  
Public Method Remove Removes a specified element from this collection.  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also