Click or drag to resize

ColumnPlotDataExchangeTableControllerMatchingTables Property

Tuples 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> MatchingTables { get; set; }

Property Value

ItemsControllerDataTable
See Also