XYPlotLayerContentsControllerContentsListBox_MoveUpDown Method |
Moves the selected plot-item nodes up or down.
Namespace: Altaxo.Gui.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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