Click or drag to resize

Logical3DSetCoordinate Method

Sets the coordinate with index idx.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetCoordinate(
	int idx,
	double value
)

Parameters

idx  Int32
Number of the coordinate.
value  Double
Value of the coordinate to set.
See Also