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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public string[] GetCommonColumnNames()
Return Value
StringArray of column names common to all underlying tables of the plot items.
See Also