Click or drag to resize

CSLineIDFromPhysicalValue 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 FromPhysicalValue(
	int parallelAxisNumber,
	double physicalValueOther
)

Parameters

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

Return Value

CSLineID
A freshly created 2D line identifier.
See Also