Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Chart Class / Axis Method / Axis(Int32) Method
the id of the axis


In This Topic
    Axis(Int32) Method
    In This Topic
    Gives you access to the chart axis with the specified id.
    Syntax
    'Declaration
     
    Public Overloads Function Axis( _
       ByVal nAxisId As Integer _
    ) As Axis
    'Usage
     
    Dim instance As Chart
    Dim nAxisId As Integer
    Dim value As Axis
     
    value = instance.Axis(nAxisId)
    public Axis Axis( 
       int nAxisId
    )

    Parameters

    nAxisId
    the id of the axis
    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