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