Click or drag to resize

LinearScaleNormalToPhysicalVariant Method

NormalToPhysicalVariant is the inverse function to PhysicalToNormal It translates a normalized value (0 for the axis origin, 1 for the axis end) into the physical value

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override AltaxoVariant NormalToPhysicalVariant(
	double x
)

Parameters

x  Double
the normal value (0 for axis origin, 1 for axis end

Return Value

AltaxoVariant
the corresponding physical value
See Also