LogarithmicScaleRescaleConditionsGetEndValueToShowInDialog Method |
Gets the end value to display in the rescaling dialog.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double GetEndValueToShowInDialog(
double currentResultingEnd
)
Parameters
- currentResultingEnd Double
- The currently resulting end value.
Return Value
DoubleThe end value that should be shown to the user.
See Also