Click or drag to resize

GraphControllerAutoZoomFactor Property

Gets the current zoom factor that would be used for auto zoom, but does not set it. Does not change any member variables.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double AutoZoomFactor { get; }

Return Value

Double
The zoom factor that would be used for autozoom.
See Also