Click or drag to resize

GraphControllerIsAutoZoomActive Property

Enables / disable the autozoom feature.

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

Property Value

Boolean
Remarks
If autozoom is enables, the zoom factor is calculated depending on the size of the graph view so that the graph fits best possible inside the view.
See Also