NevronOpenVision
Nevron.Nov.Chart Namespace / NPolarAxisCollection Class / GetAxisWithOrientation Method
1 for the first axis, 2 for the second with the specified orientation etc.
GetAxisWithOrientation Method (NPolarAxisCollection)
Gets the axis with specfied orientation at the n-th place in the collection
Syntax
public NPolarAxis GetAxisWithOrientation( 
   ENPolarAxisOrientation 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