ColumnPlotDataExchangeColumnsDataCollectCommonColumnNamesAndTablesFromPlotItems 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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void CollectCommonColumnNamesAndTablesFromPlotItems(
IEnumerable<IGPlotItem> plotItems
)
Parameters
- plotItems IEnumerableIGPlotItem
[Missing <param name="plotItems"/> documentation for "M:Altaxo.Graph.Plot.Data.ColumnPlotDataExchangeColumnsData.CollectCommonColumnNamesAndTablesFromPlotItems(System.Collections.Generic.IEnumerable{Altaxo.Graph.Plot.IGPlotItem})"]
See Also