ColumnPlotDataControllerBaseTModelDataColumnSingleNode Constructor |
Namespace: Altaxo.Gui.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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