Click or drag to resize

ColumnPlotDataExchangeTableDataColumnNames Property

Gets the column names currently used by the plot items. The list contains tuples, consisting of the name of the plot item, and the list of column names this plot items uses.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<(string itemName, List<string> columnNames)> ColumnNames { get; }

Property Value

ListValueTupleString, ListString
See Also