GraphControllerIsAutoZoomActive Property |
Enables / disable the autozoom feature.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool IsAutoZoomActive { get; set; }
Property Value
Boolean
RemarksIf 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