Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCartesianAxisCollection Class / GetAxisWithOrientation Method
1 for the first axis, 2 for the second with the specified orientation etc.


In This Topic
    GetAxisWithOrientation Method (NCartesianAxisCollection)
    In This Topic
    Gets the axis with specfied orientation at the n-th place in the collection
    Syntax
    'Declaration
     
    
    Public Function GetAxisWithOrientation( _
       ByVal orientation As ENCartesianAxisOrientation, _
       ByVal axisNumber As System.Integer _
    ) As NCartesianAxis
    'Usage
     
    
    Dim instance As NCartesianAxisCollection
    Dim orientation As ENCartesianAxisOrientation
    Dim axisNumber As System.Integer
    Dim value As NCartesianAxis
     
    value = instance.GetAxisWithOrientation(orientation, axisNumber)
    public NCartesianAxis GetAxisWithOrientation( 
       ENCartesianAxisOrientation orientation,
       System.int axisNumber
    )

    Parameters

    orientation
    axisNumber
    1 for the first axis, 2 for the second with the specified orientation etc.
    Remarks
    This method can be used to find the third, fourth etc. axis with the specified orientation orientation
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also