GraphDocumentBaseExportActionsShowExportMultipleGraphsDialog Method |
Shows the multi file export dialog and exports the graphs, using the
GraphExportOptions that are stored in this class.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowExportMultipleGraphsDialog(
IEnumerable<GraphDocumentBase> documents
)
Parameters
- documents IEnumerableGraphDocumentBase
- List with graph documents to export.
See Also