Click or drag to resize

Logical3DSetR Method

Sets 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 void SetR(
	int axisNumber,
	double r
)

Parameters

axisNumber  Int32
The axis number.
r  Double
The coordinate value.
See Also