Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisLabelCollection Class
Members


In This Topic
    AxisLabelCollection Class
    In This Topic
    Each axis has an instance of this object, which holds the labels displayed on the axis.
    Object Model
    AxisLabelCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Core.AxisLabelCollectionEditor, System.Drawing.Design.UITypeEditor)>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class AxisLabelCollection 
       Inherits Xceed.Chart.Utilities.RebindableArrayList
    'Usage
     
    Dim instance As AxisLabelCollection
    [DefaultMember("Item")]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Core.AxisLabelCollectionEditor, System.Drawing.Design.UITypeEditor)]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class AxisLabelCollection : Xceed.Chart.Utilities.RebindableArrayList 
    Remarks
    It is accessible with the help of the Labels method of the Axis object. See the Labels topic for more information.
    Inheritance Hierarchy

    System.Object
       System.Collections.ArrayList
          Xceed.Chart.Utilities.TypedArrayList
             Xceed.Chart.Utilities.RebindableArrayList
                Xceed.Chart.Core.AxisLabelCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also