Click or drag to resize

ColumnPlotDataExchangeColumnsControllerEhPlotColumnAddTo Method

Assigns the currently selected available column to the specified plot column.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhPlotColumnAddTo(
	SingleColumnController ctrl
)

Parameters

ctrl  SingleColumnController
The target plot-column controller.

Implements

ISingleColumnControllerParentEhPlotColumnAddTo(SingleColumnController)
See Also