ColumnPlotDataExchangeColumnsDataGetCommonColumnNamesWithGroupNumber Method |
Gets the common column names of all underlying tables of the plot items with a specific group number.
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public List<string> GetCommonColumnNamesWithGroupNumber(
int groupNumber
)
Parameters
- groupNumber Int32
- The group number of the table columns.
Return Value
ListStringArray of column names common to all underlying tables of the plot items, which have the provided group number.
See Also