Click or drag to resize

ResizeGraphControllerShowResizeGraphDialog(GraphDocument) Method

Shows the resize graph dialog and if Ok, the graph is resized afterwards.

Namespace: Altaxo.Gui.Graph.Graph2D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ShowResizeGraphDialog(
	GraphDocument doc
)

Parameters

doc  GraphDocument
The graph document to resize.
See Also