Version 24.2 (latest)

AxisLabelLayoutBehaviorCollection Class Methods

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

Public Methods
 NameDescription
Public MethodAddAdds an AxisLabelLayoutBehavior to this collection.  
Public MethodAddRangeAdds a range of Behaviors 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 Methodstatic (Shared in Visual Basic)GetDefaultCollectionOverloaded. Gets the Infragistics Default behaviors.  
Public MethodIndexOfReturns the index in this collection of the specified object. (Inherited from Infragistics.UltraChart.Resources.ChartCollectionBase)
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