Click or drag to resize

ColumnInformationSimple Constructor

Creates an instance of ColumnInformationSimple.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ColumnInformationSimple(
	string columnLabel,
	IReadableColumn? column,
	string? columnName,
	Action<IReadableColumn> setColumnAction
)

Parameters

columnLabel  String
The label of this column for user convenience.
column  IReadableColumn
The column.
columnName  String
The name of the column (e.g. the column name in the underlying table), last part of the column proxies document path.
setColumnAction  ActionIReadableColumn
Designates the action to set the column. Argument is the value of the column that should be set.
See Also