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


The following tables list the members exposed by LegendCellCollection.

Public Constructors

  Name Description
Public Constructor LegendCellCollection Constructor Default public constructor.  
Top

Public Properties

  Name Description
Public Property Capacity Gets or sets the number of elements that the CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public Property Count Gets the number of elements contained in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Property Item Legend item cell collection indexer.  
Top

Protected Properties

  Name Description
Protected Property InnerList Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Property List Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Overloaded.  Adds a cell to the end of the collection.  
Public Method Clear Removes all objects from the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method FindByName Finds a cell in the collection by name.  
Public Method GetEnumerator Returns an enumerator that iterates through the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Gets index of specified cell.  
Public Method Insert Overloaded.  Inserts a cell into the collection.  
Public Method Remove Overloaded.  Removes the cell with the specified name from the collection.  
Public Method RemoveAt Removes the element at the specified index of the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

  Name Description
Protected Method OnClear Performs additional custom processes when clearing the contents of the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Method OnClearComplete Overridden.  After all items removed.  
Protected Method OnInsert Overridden.  Called before the new item is inserted.  
Protected Method OnInsertComplete Overridden.  After new item inserted.  
Protected Method OnRemove Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Method OnRemoveComplete Overridden.  After item removed.  
Protected Method OnSet Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Method OnSetComplete Overridden.  After items is set.  
Protected Method OnValidate Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase)
Top

See Also