Click or drag to resize

CSLineIDFromPhysicalVariant(Int32, AltaxoVariant) Method

Initialized a 2D identifier from the parallel axis and the physical value of the perpendicular axis.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static CSLineID FromPhysicalVariant(
	int parallelAxisNumber,
	AltaxoVariant physicalValueOther
)

Parameters

parallelAxisNumber  Int32
Number of parallel axis (0->X, 1->Y, 2->Z).
physicalValueOther  AltaxoVariant
Physical value of the axis perendicular to the parallel axis.

Return Value

CSLineID
A freshly created 2D line identifier.
See Also