Click or drag to resize

PlotCommonColumnsCommandYCommonColumnNamesForPlotting Property

Names of the y columns to plot. For each name, the columns in all the tables where used to build a plot group of plot items, resulting in n plot groups containing m plot items, where n is the number of selected column names, and m is the number of tables.

Namespace: Altaxo.Worksheet.Commands
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<string> YCommonColumnNamesForPlotting { get; }

Property Value

ListString
See Also