Click or drag to resize

GraphControllerRefreshAutoZoom Method

Recalculates and sets the value of m_Zoom so the whole page is visible

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void RefreshAutoZoom(
	bool triggerRepaintIfChanged
)

Parameters

triggerRepaintIfChanged  Boolean
If true, and either the zoom factor or the view port offset has changed, a refresh of the graph is triggered.
See Also