Version

AxisLabelInfoCollection Class Members

The following tables list the members exposed by AxisLabelInfoCollection.

Public Constructors
 NameDescription
Public ConstructorAxisLabelInfoCollection ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyCountThe number of objects in this collection. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
Public PropertyForSeriesDetermines whether or not this AxisLabelInfoCollection is being used for Series Labels.  
Public PropertyItemGets/Sets the AxisLabelInfo object 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. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
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 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