Version

ChartAreaCollection Class Members

The following tables list the members exposed by ChartAreaCollection.

Public Constructors
 NameDescription
Public ConstructorChartAreaCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountGets the count of ChartAreas in this collection.  
Public PropertyItemGets or sets the ChartArea 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 ArrayList to be used as the source 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 ChartArea to this collection.  
Public MethodClearRemoves all ChartAreas from this collection.  
Public MethodCloneCreates and returns a copy of this ChartArea.  
Public MethodContainsReturns whether or not a given object is a member of this collection.  
Public MethodCopyToCopies the members of this ChartAreaCollection to an array.  
Public MethodFromKeyGets the ChartArea from the collection with the specified key.  
Public MethodIndexOfReturns the index in the collection of the given object.  
Public MethodInsertInserts a ChartArea into this collection at the specified index.  
Public MethodRemoveRemoves an object from this collection.  
Public MethodRemoveAtRemoves an object from the collection at the specified index.  
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
See Also