Version

ChartLayerCollection Class Members

The following tables list the members exposed by ChartLayerCollection.

Public Constructors
 NameDescription
Public ConstructorChartLayerCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountReturns the number of ChartLayerAppearance objects in this collection.  
Public PropertyItemGets or Sets the ChartLayerAppearance at the specified index.  
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 MethodAddAdds a ChartLayerAppearance to this collection.  
Public MethodAddRangeAdds an array of ChartLayerAppearance objects to the collection.  
Public MethodClearRemoves all ChartLayerAppearances from this collection.  
Public MethodCloneReturns a copy of this ChartLayerCollection.  
Public MethodContainsReturns whether or not the given object is included in this collection.  
Public MethodCopyToCopies the members of this ChartLayerCollection to an Array.  
Public MethodFromKeyGets the ChartLayerAppearance object in this collection matching the specified key.  
Public MethodIndexOfReturns the index of the given object in this collection.  
Public MethodInsertAdds a ChartLayerAppearance to this collection at the specified index.  
Public MethodRemoveRemoves a ChartLayerAppearance object from this collection.  
Public MethodRemoveAtRemoves an object from the collection at the specified index.  
Public MethodToArrayConverts the members of this collection to an array of ChartLayerAppearance objects.  
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
See Also