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


In This Topic
    AxisLabel Class
    In This Topic
    Each custom label displayed by the chart axes is represented with an instance of this object.
    Object Model
    AxisLabel Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class AxisLabel 
    'Usage
     
    Dim instance As AxisLabel
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class AxisLabel 
    Remarks
    This class has properties controlling the label appearance and the value associated with it.
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.AxisLabel

    Public Constructors
     NameDescription
    Public ConstructorConstructs an axis label.  
    Top
    Public Properties
     NameDescription
    Public PropertyAngle of the offset from the original position.  
    Public PropertyControls the appearance of the axis connection line.  
    Public PropertyOffset of the label from the original position.  
    Public PropertyThe text of the axis label.  
    Public PropertyGives you access to the text properties applied on the label.  
    Public PropertyThe value of the axis label.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this axis label  
    Top
    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