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


The following tables list the members exposed by NamedImagesCollection.

Public Properties

  Name Description
Public Property Count Gets the number of elements actually contained 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 NamedImage 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.  Add item to the collection.  
Public Method Clear Removes all elements from the collection.  
Public Method Contains Determines whether an element is in the collection.  
Public Method CopyTo Copies the ArrayList or a portion of it to a one-dimensional array.  
Public Method GetEnumerator Returns an enumerator for the entire collection  
Public Method GetIndex Get image index by name.  
Public Method IndexOf Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection.  
Public Method Insert Insert a named image to the collection.  
Public Method Remove Removes the first occurrence of a specific object  
Public Method RemoveAt Removes the element at the specified index  
Top

See Also