Click or drag to resize

CSLineIDGetLogicalPoint Method

Gets a logical point on the line.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Logical3D GetLogicalPoint(
	double logicalCoordOnLine
)

Parameters

logicalCoordOnLine  Double
Is the coordinate of the axis[parallelaxisnumber]. The other two values are determined by the values stored internally.

Return Value

Logical3D
The logical point on the axis.
See Also