Click or drag to resize

NumericScaleRescaleConditionsOnUserZoomed Method

[Missing <summary> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.OnUserZoomed(System.Double,System.Double)"]


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

Parameters

newZoomOrg  Double

[Missing <param name="newZoomOrg"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.OnUserZoomed(System.Double,System.Double)"]

newZoomEnd  Double

[Missing <param name="newZoomEnd"/> documentation for "M:Altaxo.Graph.Scales.Rescaling.NumericScaleRescaleConditions.OnUserZoomed(System.Double,System.Double)"]

See Also