Click or drag to resize

PlotColumnInformation Constructor

Initializes a new instance of the PlotColumnInformation class.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PlotColumnInformation(
	IReadableColumn column,
	string nameOfUnderlyingDataColumn
)

Parameters

column  IReadableColumn
The initial column.
nameOfUnderlyingDataColumn  String
The name of the underlying data column.
See Also