ResizeGraphControllerShowResizeGraphDialog(GraphDocument) Method |
Shows the resize graph dialog and if Ok, the graph is resized afterwards.
Namespace: Altaxo.Gui.Graph.Graph2DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowResizeGraphDialog(
GraphDocument doc
)
Parameters
- doc GraphDocument
- The graph document to resize.
See Also