Click or drag to resize

ColumnPlotDataControllerBaseTModelEhPlotColumnAddTo Method

Called if a SingleColumnController notifies, that the 'add column' button was pressed.

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

Parameters

ctrl  SingleColumnController

[Missing <param name="ctrl"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataControllerBase`1.EhPlotColumnAddTo(Altaxo.Gui.Graph.Plot.Data.SingleColumnController)"]

Implements

ISingleColumnControllerParentEhPlotColumnAddTo(SingleColumnController)
See Also