Click or drag to resize

XYZPlotLayerContentsControllerContentsListBox_MoveUpDown Method

Moves the selected plot-item nodes up or down.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ContentsListBox_MoveUpDown(
	int iDelta,
	NGTreeNode[] selNodes
)

Parameters

iDelta  Int32
The relative movement, where negative values move up and positive values move down.
selNodes  NGTreeNode
The selected nodes to move.
See Also