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


In This Topic
    GetFirstAxisWithOrientation Method (NPolarAxisCollection)
    In This Topic
    Gets the first axis with the specified orientation
    Syntax
    'Declaration
     
    
    Public Function GetFirstAxisWithOrientation( _
       ByVal orientation As ENPolarAxisOrientation _
    ) As NPolarAxis
    'Usage
     
    
    Dim instance As NPolarAxisCollection
    Dim orientation As ENPolarAxisOrientation
    Dim value As NPolarAxis
     
    value = instance.GetFirstAxisWithOrientation(orientation)
    public NPolarAxis GetFirstAxisWithOrientation( 
       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