Click or drag to resize

GraphDocumentBaseExportActionsShowExportMultipleGraphsDialog Method

Shows the multi file export dialog and exports the graphs, using the GraphExportOptions that are stored in this class.

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

Parameters

documents  IEnumerableGraphDocumentBase
List with graph documents to export.
See Also