Click or drag to resize

XYPlotLayerGetLogical3D(AltaxoVariant, AltaxoVariant) Method

Gets the logical 3D position for the specified x and y values.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Logical3D GetLogical3D(
	AltaxoVariant x,
	AltaxoVariant y
)

Parameters

x  AltaxoVariant
The x value.
y  AltaxoVariant
The y value.

Return Value

Logical3D
The logical 3D position.

Implements

IPlotAreaGetLogical3D(AltaxoVariant, AltaxoVariant)
See Also