Version

AxisLabelLayoutBehaviorCollection Class Members

The following tables list the members exposed by AxisLabelLayoutBehaviorCollection.

Public Constructors
 NameDescription
Public ConstructorAxisLabelLayoutBehaviorCollection 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 PropertyItemGets/Sets the AxisLabelLayoutBehavior 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 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