DateTimeScaleNormalToPhysicalVariant 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.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override AltaxoVariant NormalToPhysicalVariant(
double x
)
Parameters
- x Double
- the normal value (0 for axis origin, 1 for axis end
Return Value
AltaxoVariantthe corresponding physical value
See Also