Nevron .NET Vision
Nevron.Chart Namespace / NChart Class / Axis Method / Axis(StandardAxis) Method
The requested standard axis


In This Topic
    Axis(StandardAxis) Method
    In This Topic
    Obtains a reference to a standard chart axis.
    Syntax
    'Declaration
     
    
    Public Overloads Function Axis( _
       ByVal type As StandardAxis _
    ) As NAxis
    'Usage
     
    
    Dim instance As NChart
    Dim type As StandardAxis
    Dim value As NAxis
     
    value = instance.Axis(type)
    public NAxis Axis( 
       StandardAxis type
    )

    Parameters

    type
    The requested standard axis

    Return Value

    Reference to the specified axis
    Remarks
    The chart has five standard axes - two vertical, two horizontal and one depth axis. See the Axis Overview topic in the Users Guide for more information.
    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