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


The following tables list the members exposed by TitleCollection.

Public Constructors

  Name Description
Public Constructor TitleCollection Constructor 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 Strongly typed indexer of the collection.  
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 new chart title into collection.  
Public Method Clear Removes all objects from the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method GetEnumerator Returns an enumerator that iterates through the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Public Method GetIndex Get chart title index by name.  
Public Method IndexOf Overloaded.  Get chart title index by name.  
Public Method Insert Overloaded.  Inserts new chart title into collection.  
Public Method Remove Removes specified Title 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.  Before 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 Overridden.  Before new item is set.  
Protected Method OnSetComplete Performs additional custom processes after setting a value in the CollectionBase instance. (Inherited from System.Collections.CollectionBase)
Protected Method OnValidate Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase)
Top

See Also