Click or drag to resize

ColumnPlotDataExchangeColumnsControllerDataColumnSingleNode Constructor

Initializes a new instance of the ColumnPlotDataExchangeColumnsControllerDataColumnSingleNode 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(
	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