Click or drag to resize

VectorCartesicPlotStyleControllerGetDataColumnsExternallyControlled Method

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

Namespace: Altaxo.Gui.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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 that sets the column, the supposed parent data table, and the group number.

Implements

IColumnDataExternallyControlledGetDataColumnsExternallyControlled
See Also