NumericScaleRescaleConditionsOnUserZoomed Method |
Updates the rescaling state after a user zoom action.
Namespace: Altaxo.Graph.Scales.RescalingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void OnUserZoomed(
double newZoomOrg,
double newZoomEnd
)
Parameters
- newZoomOrg Double
- The new zoom origin.
- newZoomEnd Double
- The new zoom end.
See Also