Click or drag to resize

ColumnPlotDataExchangeColumnsDataCollectCommonColumnNamesAndTablesFromItems Method

Collects the tuples of (ColumnGroupLabel, ColumnLabel, ColumnName) that are common to all plot items. Furthermore, it stores the underlying tables of the plot items in another collection _tables.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CollectCommonColumnNamesAndTablesFromItems(
	IEnumerable<IColumnPlotData> plotDataItems
)

Parameters

plotDataItems  IEnumerableIColumnPlotData
The plot data items whose common column names and data tables are collected.
See Also