Click or drag to resize

GraphDocumentBaseExportActionsShowExportMultipleGraphsDialogAndExportOptions Method

Shows the graph export options dialog and then the multiple-graph export dialog.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ShowExportMultipleGraphsDialogAndExportOptions(
	IEnumerable<GraphDocumentBase> documents
)

Parameters

documents  IEnumerableGraphDocumentBase
The graph documents to export.
See Also