Click or drag to resize

Logical3DGetPerpendicularAxisNumber Method

Gets the perpendicular axis number. Given a first and a second axis number, this gives the third axis number that is unequal to the first and the second.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int GetPerpendicularAxisNumber(
	int axisNumber1,
	int axisNumber2
)

Parameters

axisNumber1  Int32
The axis number1.
axisNumber2  Int32
The axis number2.

Return Value

Int32
The third axis number.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Out of range [0,2] or Out of range [0,2] or Second axis number is equal to first axis number
See Also