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.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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