Version

AxisCollection Class Members

The following tables list the members exposed by AxisCollection.

Public Constructors
 NameDescription
Public ConstructorAxisCollection 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 Axes which are contained by this collection.  
Public PropertyItemGets or sets the axis 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 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