GraphDocumentBaseExportActionsDoExportGraph(GraphDocumentBase, String) Method |
Exports the specified graph document using the currently stored export options.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void DoExportGraph(
GraphDocumentBase doc,
string fileName
)
Parameters
- doc GraphDocumentBase
- The graph document.
- fileName String
- The target file name.
See Also