Click or drag to resize

ColumnPlotDataControllerBaseTModelDataColumnBundleNode Constructor

Initializes a new instance of the ColumnPlotDataControllerBaseTModelDataColumnBundleNode 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(
	DataTable dataTable,
	List<DataColumn> columnList,
	int firstColumn,
	int columnCount
)

Parameters

dataTable  DataTable
The table that owns the represented columns.
columnList  ListDataColumn
The list of available columns.
firstColumn  Int32
The index of the first represented column.
columnCount  Int32
The number of represented columns.
See Also