Click or drag to resize

IGraphViewSetLayerStructure Method

Sets the number of layers that are in the graph. The view has to reflect the change in the number of layers by adjusting the number of layer buttons or similar. The current layer number should be preserved.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetLayerStructure(
	NGTreeNode structure,
	int[] currentLayerNumber
)

Parameters

structure  NGTreeNode
The layer tree to display.
currentLayerNumber  Int32
The currently active layer index path.
See Also