Click or drag to resize

XYPlotLayerContentsControllerPlotItems_DragDropHandler Constructor

Initializes a new instance of the XYPlotLayerContentsControllerPlotItems_DragDropHandler class.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PlotItems_DragDropHandler(
	XYPlotLayerContentsController parent
)

Parameters

parent  XYPlotLayerContentsController
The parent controller.
See Also