ColumnPlotDataExchangeColumnsControllerDataColumnSingleNode Constructor |
Namespace: Altaxo.Gui.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DataColumnSingleNode(
List<string> columnNames,
string columnName,
bool isSelected
)
Parameters
- columnNames ListString
- The available column names.
- columnName String
- The represented column name.
- isSelected Boolean
- true to initialize the node as selected; otherwise, false.
See Also