Click or drag to resize

XYPlotLabelStyleControllerGetDataColumnsControlled Method

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

Namespace: Altaxo.Gui.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<Tuple<string, IReadableColumn, string, Action<IReadableColumn, DataTable>>> GetDataColumnsControlled()

Return Value

IEnumerableTupleString, IReadableColumn, String, ActionIReadableColumn, DataTable
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.
See Also