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


The following tables list the members exposed by LegendItemsCollection.

Public Constructors

  Name Description
Public Constructor LegendItemsCollection Constructor Legend item 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 LegendItem 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 item 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 IndexOf Gets first index of the collection item equal to the object provided.  
Public Method Insert Overloaded.  Insert one legend item into the collection.  
Public Method Remove Remove object from the collection  
Public Method RemoveAt Remove item from the collection by index.  
Public Method Reverse Reverses the order of items in the collection.  
Top

See Also