Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NPolarAxisCollection Class / GetSecondAxisWithOrientation Method


In This Topic
    GetSecondAxisWithOrientation Method (NPolarAxisCollection)
    In This Topic
    Gets the second axis with the specified orientation
    Syntax
    'Declaration
     
    
    Public Function GetSecondAxisWithOrientation( _
       ByVal orientation As ENPolarAxisOrientation _
    ) As NPolarAxis
    'Usage
     
    
    Dim instance As NPolarAxisCollection
    Dim orientation As ENPolarAxisOrientation
    Dim value As NPolarAxis
     
    value = instance.GetSecondAxisWithOrientation(orientation)
    public NPolarAxis GetSecondAxisWithOrientation( 
       ENPolarAxisOrientation orientation
    )

    Parameters

    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