Click or drag to resize

GraphDocumentBaseExportActionsDoExportGraph(GraphDocumentBase, String, GraphExportOptions) Method

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


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,
	GraphExportOptions graphExportOptions
)

Parameters

doc  GraphDocumentBase

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

fileName  String

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

graphExportOptions  GraphExportOptions

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

See Also