ResizeGraphControllerShowResizeGraphDialog(IEnumerableGraphDocument) 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 bool ShowResizeGraphDialog(
IEnumerable<GraphDocument> docs
)
Parameters
- docs IEnumerableGraphDocument
- The graph documents to resize.
Return Value
BooleanTrue 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