ExchangeTablesOfPlotItemsDocumentCreateFromGraphs Method |
Namespace: Altaxo.Gui.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static ExchangeTablesOfPlotItemsDocument CreateFromGraphs(
IEnumerable<GraphDocument> docs
)
Parameters
- docs IEnumerableGraphDocument
- The graph documents.
Return Value
ExchangeTablesOfPlotItemsDocumentAn 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