Click or drag to resize

IncludeTextContainsGetAdditionallyUsedColumns Method

Gets the columns used additionally by this style, e.g. the label column for a label plot style, or the error columns for an error bar plot style.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<ColumnInformationSimple> GetAdditionallyUsedColumns()

Return Value

IEnumerableColumnInformationSimple
An enumeration of tuples. Each tuple consist of the column name, as it should be used to identify the column in the data dialog. The second item of this tuple is a function that returns the column proxy for this column, in order to get the underlying column or to set the underlying column.

Implements

IRowSelectionGetAdditionallyUsedColumns
See Also