NumericScaleRescaleConditionsFixValuesForUserZoomed Method |
Fixes the values when the user zoomed. For instance, if org is greater then end, both values are interchanged.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract void FixValuesForUserZoomed(
ref double zoomOrg,
ref double zoomEnd
)
Parameters
- zoomOrg Double
- The zoom org.
- zoomEnd Double
- The zoom end.
See Also