Nevron .NET Vision
Nevron.Chart Namespace / NChart Class / Axis Method / Axis(Int32) Method
the id of the axis


In This Topic
    Axis(Int32) Method
    In This Topic
    Obtains a reference to a chart axis with the specified id.
    Syntax
    'Declaration
     
    
    Public Overloads Function Axis( _
       ByVal nAxisId As System.Integer _
    ) As NAxis
    'Usage
     
    
    Dim instance As NChart
    Dim nAxisId As System.Integer
    Dim value As NAxis
     
    value = instance.Axis(nAxisId)
    public NAxis Axis( 
       System.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