Click or drag to resize

XYPlotLayerContentsControllerPlotItems_GroupClick Method

Group the selected nodes.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void PlotItems_GroupClick(
	bool groupIntoNewGroup
)

Parameters

groupIntoNewGroup  Boolean
If true, all items where grouped into a new group. If false, the items were grouped into the first group that was selected. If no group is selected, the behavior is the same as if this parameter is true.
See Also