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


The following tables list the members exposed by LegendEntryCollection.

Public Constructors

 NameDescription
Public ConstructorLegendEntryCollection ConstructorCreates a new instance of LegendEntryCollection with the specified list of LegendEntry objects.  
Top

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 MethodAddOverloaded.  Adds a specified LegendEntry class to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContains Determines whether this collection contains a specified LegendEntry.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specified LegendEntry in this collection.  
Public MethodInsert Inserts a legend entry into this collection at a specified index.  
Public MethodRemove Removes a specified legend entry from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also