Click or drag to resize

ColumnPlotDataExchangeColumnsDataGetCommonColumnNamesWithGroupNumber Method

Gets the common column names of all underlying tables of the plot items with a specific group number.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<string> GetCommonColumnNamesWithGroupNumber(
	int groupNumber
)

Parameters

groupNumber  Int32
The group number of the table columns.

Return Value

ListString
Array of column names common to all underlying tables of the plot items, which have the provided group number.
See Also