Click or drag to resize

ColumnPlotDataExchangeColumnsDataGetCommonColumnNames Method

Gets the common column names of all underlying tables of the plot items. This procedure is ignoring the group numbers of the columns. See GetCommonColumnNamesWithGroupNumber(Int32) if common column names with a specific group number should be retrieved.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string[] GetCommonColumnNames()

Return Value

String
Array of column names common to all underlying tables of the plot items.
See Also