LinearScalePhysicalToNormal Method |
Converts a value in axis (physical) units to a "normalized" value, which is 0 for the axis org and 1 for the axis end.
Namespace: Altaxo.Graph.Scales.DeprecatedAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double PhysicalToNormal(
double x
)
Parameters
- x Double
- Value to convert (physical units).
Return Value
DoubleNormalized value.
See Also