Click or drag to resize

NumericScaleRescaleConditionsOnUserZoomed Method

Updates the rescaling state after a user zoom action.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void OnUserZoomed(
	double newZoomOrg,
	double newZoomEnd
)

Parameters

newZoomOrg  Double
The new zoom origin.
newZoomEnd  Double
The new zoom end.
See Also