Click or drag to resize

ColumnPlotDataExchangeColumnsControllerPlotColumnInformationInternal Constructor


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

Parameters

column  IReadableColumn
The column represented by this plot-column information.
nameOfUnderlyingDataColumn  String
The name of the underlying data column.
See Also