Click or drag to resize

PlotColumnInformationUpdateWithNameOfUnderlyingDataColumn Method

Warning! This function is intended for use with ColumnPlotDataExchangeColumnsController only, because there we only have column names, but no real columns. For all other controllers, use UnderlyingColumn, because in this case, you have a table at hand, where the column belongs to. Sets the name of underlying data column, and update the _plotColumnBoxText.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void UpdateWithNameOfUnderlyingDataColumn(
	string nameOfColumn
)

Parameters

nameOfColumn  String

[Missing <param name="nameOfColumn"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.PlotColumnInformation.UpdateWithNameOfUnderlyingDataColumn(System.String)"]

Field Value

The name of underlying data column.
See Also