Version

CompositeLegendCollection Class Members

The following tables list the members exposed by CompositeLegendCollection.

Public Constructors
 NameDescription
Public ConstructorCompositeLegendCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountReturns the count of items in this collection.  
Public PropertyItemGets or Sets the CompositeLegend at the specified index in the 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 which this collection uses to store and access its members.  
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodAddAdds a CompositeLegend to this collection.  
Public MethodClearRemoves all items from this collection.  
Public MethodCloneCreates and returns a copy of this CompositeLegendCollection.  
Public MethodContainsDetermines whether or not an object is a member of this collection.  
Public MethodCopyToCopies the members of this collection to the given array, starting at the given index.  
Public MethodIndexOfReturns the index of the specified object in the collection.  
Public MethodRemoveRemoves the given CompositeLegend from this collection.  
Public MethodRemoveAtRemoves a CompositeLegend from this collection at the specified index.  
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
See Also