Dundas.SharePoint.Charting.WebParts Send comments on this topic.
LegendCollection Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : LegendCollection Class


The following tables list the members exposed by LegendCollection.

Public Constructors

  Name Description
Public Constructor LegendCollection Constructor Overloaded.  Legend collection object constructor.  
Top

Public Properties

  Name Description
Public Property Count Number of items in the collection.  
Public Property IsFixedSize Gets a value indicating whether the collection has a fixed size.  
Public Property IsReadOnly Gets a value indicating whether the collection is read-only.  
Public Property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Item Indexer of the class. Returns the Legend object.  
Public Property SyncRoot Gets an object that can be used to synchronize access to the collection.  
Top

Public Methods

  Name Description
Public Method Add Overloaded.  Adds one legend into the collection.  
Public Method Clear Removes all items from the collection.  
Public Method Contains Check if specified object exists in the collection.  
Public Method CopyTo Copies all the elements of the current collection to the specified one-dimensional collection starting at the specified destination index.  
Public Method GetEnumerator Get collection enumerator.  
Public Method GetIndex Get chart legend index by name.  
Public Method IndexOf Gets first index of the collection item equal to the object provided.  
Public Method Insert Overloaded.  Insert one legend into the collection.  
Public Method Remove Remove object from the collection  
Public Method RemoveAt Remove item from the collection by index.  
Top

See Also