Click or drag to resize

VectorCartesicPlotStyleControllerGetDataColumnsExternallyControlled Method

Gets the additional columns that the controller's document is referring to.

Namespace: Altaxo.Gui.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<(string ColumnLabel, IReadableColumn Column, string ColumnName, Action<IReadableColumn, DataTable, int> ColumnSetAction)> GetDataColumnsExternallyControlled()

Return Value

IEnumerableValueTupleString, IReadableColumn, String, ActionIReadableColumn, DataTable, Int32
Enumeration of tuples. Item1 is a label to be shown in the column data dialog to let the user identify the column. Item2 is the column itself, Item3 is the column name (last part of the full path to the column), and Item4 is an action which sets the column (and by the way the supposed data table the column belongs to.

Implements

IColumnDataExternallyControlledGetDataColumnsExternallyControlled
See Also