Click or drag to resize

ExchangeTablesOfPlotItemsDocumentCreateFromGraphs Method

Creates an instance of this class from multiple GraphDocuments.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ExchangeTablesOfPlotItemsDocument CreateFromGraphs(
	IEnumerable<GraphDocument> docs
)

Parameters

docs  IEnumerableGraphDocument
The graph documents.

Return Value

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