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.3179.0 (4.8.3179.0)
Syntax
C#
public void CollectCommonColumnNamesAndTablesFromItems(
	IEnumerable<IColumnPlotData> plotDataItems
)

Parameters

plotDataItems  IEnumerableIColumnPlotData

[Missing <param name="plotDataItems"/> documentation for "M:Altaxo.Graph.Plot.Data.ColumnPlotDataExchangeColumnsData.CollectCommonColumnNamesAndTablesFromItems(System.Collections.Generic.IEnumerable{Altaxo.Graph.Plot.Data.IColumnPlotData})"]

See Also