GraphDocumentBaseExportActionsShowExportMultipleGraphsDialogAndExportOptions Method |
Shows the dialog to choose the graph export options, and then the multi file export dialog.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowExportMultipleGraphsDialogAndExportOptions(
IEnumerable<GraphDocumentBase> documents
)
Parameters
- documents IEnumerableGraphDocumentBase
- List with graph documents to export.
See Also