Click or drag to resize

GraphDocumentBaseExportActionsShowExportMultipleGraphsDialogAndExportOptions Method

Shows the dialog to choose the graph export options, and then the multi file export dialog.

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

Parameters

documents  IEnumerableGraphDocumentBase
List with graph documents to export.
See Also