Click or drag to resize

GraphDocumentBaseExportActionsDoExportGraph(GraphDocumentBase, String) Method

[Missing <summary> documentation for "M:Altaxo.Graph.GraphDocumentBaseExportActions.DoExportGraph(Altaxo.Graph.GraphDocumentBase,System.String)"]


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

Parameters

doc  GraphDocumentBase

[Missing <param name="doc"/> documentation for "M:Altaxo.Graph.GraphDocumentBaseExportActions.DoExportGraph(Altaxo.Graph.GraphDocumentBase,System.String)"]

fileName  String

[Missing <param name="fileName"/> documentation for "M:Altaxo.Graph.GraphDocumentBaseExportActions.DoExportGraph(Altaxo.Graph.GraphDocumentBase,System.String)"]

See Also