InverseScaleRescaleConditionsGetOrgValueToShowInDialog Method |
Gets the origin value that should be shown in the rescaling dialog.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double GetOrgValueToShowInDialog(
double currentResultingInverseOrg
)
Parameters
- currentResultingInverseOrg Double
- The current resulting inverse origin.
Return Value
DoubleThe origin value to display.
See Also