Click or drag to resize

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.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract void FixValuesForUserZoomed(
	ref double zoomOrg,
	ref double zoomEnd
)

Parameters

zoomOrg  Double
The zoom org.
zoomEnd  Double
The zoom end.
See Also