Click or drag to resize

ColumnPlotDataExchangeColumnsDataColumns Property

Gets the columns with common column group, column label, and column name for all plot items. After processing the data by a user dialog, the data also contain a field NewColumnName, which designates the new column name that should be used instead of the old.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<(string ColumnGroup, string ColumnLabel, string ColumnName, string? NewColumnName)> Columns { get; }

Property Value

IReadOnlyListValueTupleString, String, String, String
The columns with common column group, column label, and column name.
See Also