Click or drag to resize

ColumnPlotDataControllerBaseTModelDataColumnSingleNode Constructor

Initializes a new instance of the ColumnPlotDataControllerBaseTModelDataColumnSingleNode class.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DataColumnSingleNode(
	DataTable table,
	DataColumn tag,
	bool isSelected
)

Parameters

table  DataTable
The table that owns the column.
tag  DataColumn
The represented data column.
isSelected  Boolean
true to initialize the node as selected; otherwise, false.
See Also