Nevron .NET Vision
Nevron.Chart Namespace / NAxisCollection Class / GetAxis Method
the axis id


In This Topic
    GetAxis Method (NAxisCollection)
    In This Topic
    Obtains a reference to an axis by its id.
    Syntax
    'Declaration
     
    
    Public Function GetAxis( _
       ByVal nAxisId As System.Integer _
    ) As NAxis
    'Usage
     
    
    Dim instance As NAxisCollection
    Dim nAxisId As System.Integer
    Dim value As NAxis
     
    value = instance.GetAxis(nAxisId)
    public NAxis GetAxis( 
       System.int nAxisId
    )

    Parameters

    nAxisId
    the axis id

    Return Value

    a reference to the axis. If the the axis id references an invalid axis the returned value is null.
    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