Version

ChartCollectionBase Class Methods

For a list of all members of this type, see ChartCollectionBase members.

Public Methods
 NameDescription
Public MethodClearRemoves all items from this collection.  
Public MethodCloneCreates and returns a copy of this collection and all its members.  
Public MethodContainsReturns whether or not the given object is included in this collection.  
Public MethodCopyToCopies the members of this collection to the given array.  
Public MethodIndexOfReturns the index in this collection of the specified object.  
Public MethodRemoveAtRemoves an object from the collection at the specified index.  
Public MethodToArrayCreates and returns an array containing the members of this collection.  
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected Methods
 NameDescription
Protected MethodAddItemAdds an object to this collection.  
Protected MethodAddItemsAdds an array of objects to this collection.  
Protected MethodGetItemGets an object from this collection at the specified index.  
Protected MethodInsertInserts an object into this collection at the specified index.  
Protected MethodRemoveRemoves an object from this collection.  
Protected MethodSetItemSets an object in this collection at the specified index.  
See Also