Click or drag to resize

ColumnPlotDataExchangeColumnsDataGetCommonGroupNumbersFromTables Method

Gets a sorted list of group numbers that are common to all underlying tables of the plot items.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public SortedSet<int> GetCommonGroupNumbersFromTables()

Return Value

SortedSetInt32
Sorted list of group numbers that are common to all underlying tables of the plot items.
See Also