Click or drag to resize

ISingleColumnControllerParentEhPlotColumnDrop Method

Called when data is dropped onto the column.

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void EhPlotColumnDrop(
	SingleColumnController ctrl,
	Object data
)

Parameters

ctrl  SingleColumnController
The source controller.
data  Object
The dropped data.
See Also