Version

AxisLabelInfoCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAddAdds an AxisLabelInfo object to this collection.  
Public MethodClearRemoves all items from this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodCloneCreates and returns a copy of this collection and all its members. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodContainsReturns whether or not the given object is included in this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodCopyToCopies the members of this collection to the given array. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodFindCollisionsFinds out if there are any colliding axis labels in this collection.  
Public MethodFindTextOverflowSearches for text primitives whose text may be exceeding their bounds.  
Public MethodGetMaxLabelSizeGets the dimensions of the widest and tallest label in this collection.  
Public MethodIndexOfReturns the index in this collection of the specified object. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodOffsetOffsets each label in this collection.  
Public MethodRemoveAtRemoves an object from the collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodToArrayCreates and returns an array containing the members of this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public MethodToStringCreates a string representation of this ChartAppearance. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected Methods
 NameDescription
Protected MethodAddItemAdds an object to this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodAddItemsAdds an array of objects to this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodGetItemGets an object from this collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodInsertInserts an object into this collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodRemoveRemoves an object from this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Protected MethodSetItemSets an object in this collection at the specified index. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
See Also