Click or drag to resize

GraphDocumentBaseExportActionsDoExportGraph(GraphDocumentBase, String) Method

Exports the specified graph document using the currently stored export options.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void DoExportGraph(
	GraphDocumentBase doc,
	string fileName
)

Parameters

doc  GraphDocumentBase
The graph document.
fileName  String
The target file name.
See Also