Version

AxisCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAddAdds an axis to the collection.  
Public MethodClearRemoves all items from this collection.  
Public MethodCloneCreates and returns a copy of this AxisCollection.  
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 MethodFromKeyGets the axis from the collection with the specified key.  
Public MethodIndexOfGets the index of the specified object in the collection.  
Public MethodInsertInserts an AxisItem object into this collection at the specified index.  
Public MethodRemoveRemoves an axis 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