Click or drag to resize

Logical3DGetR Method

Gets the coordinate for the specified axis number.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double GetR(
	int axisNumber
)

Parameters

axisNumber  Int32
The axis number.

Return Value

Double
The coordinate value.
See Also