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


The following tables list the members exposed by LabelOverrideCollection.

Public Constructors

Public Properties

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

Public Methods

 NameDescription
Public MethodAdd Adds a specified LabelOverride class to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContains Determines whether this collection contains a specified LabelOverride.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodInsert Inserts a label override into this collection at a specified index.  
Public MethodRemove Removes a specified label override from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also