Click or drag to resize

ResizeGraphControllerShowResizeGraphDialog(IEnumerableGraphDocument) 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 bool ShowResizeGraphDialog(
	IEnumerable<GraphDocument> docs
)

Parameters

docs  IEnumerableGraphDocument
The graph documents to resize.

Return Value

Boolean
True if the graphs were resized; false otherwise.
Remarks
The old values shown in the dialog are taken from the first graph in the enumeration.
See Also