Click or drag to resize

ExchangeTablesOfPlotItemsDocumentCreateFromGraph Method

Creates an instance of this class from a single GraphDocument.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ExchangeTablesOfPlotItemsDocument CreateFromGraph(
	GraphDocument doc
)

Parameters

doc  GraphDocument
The graph document.

Return Value

ExchangeTablesOfPlotItemsDocument
An instance of this class. The graph document is analyzed and all underlying tables of the plot items of the graph document are collected.
See Also