Click or drag to resize

DateTimeScaleRescaleConditionsFixValuesForUserZoomed 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 virtual void FixValuesForUserZoomed(
	ref DateTime zoomOrg,
	ref DateTime zoomEnd
)

Parameters

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