Click or drag to resize

ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode Constructor

Initializes a new instance of the ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode class.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataColumnBundleNode(
	List<string> columnList,
	int firstColumn,
	int columnCount
)

Parameters

columnList  ListString
The available column names.
firstColumn  Int32
The index of the first represented column.
columnCount  Int32
The number of represented columns.
See Also