Version

ChartAreaCollection Class Methods

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

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