Version

ChartCollectionBase Class Members

The following tables list the members exposed by ChartCollectionBase.

Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountThe number of objects in this collection.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertyListThe List used for this collection.  
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
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