Click or drag to resize

ColumnPlotDataControllerBaseTModelMatchingTables Property

Initialize the list of tables that fit to the current chosen columns. ValueTuples from tables and group numbers, for which the columns in that group contain all that column names which are currently plot columns in our controller.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ItemsController<(DataTable table, int groupNumber)> MatchingTables { get; set; }

Property Value

ItemsControllerValueTupleDataTable, Int32
See Also