XYZColumnPlotDataGetAdditionallyUsedColumns 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.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<GroupOfColumnsInformation> GetAdditionallyUsedColumns()
Return Value
IEnumerableGroupOfColumnsInformationAn 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
IColumnPlotDataGetAdditionallyUsedColumnsSee Also