Click or drag to resize

DateTimeScalePhysicalToNormal Method

PhysicalToNormal translates physical values into a normal value linear along the axis a physical value of the axis origin must return a value of zero a physical value of the axis end must return a value of one the function physicalToNormal must be provided by any derived class

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double PhysicalToNormal(
	DateTime x
)

Parameters

x  DateTime
the physical value

Return Value

Double
the normalized value linear along the axis, 0 for axis origin, 1 for axis end
See Also