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.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetLayerStructure(
NGTreeNode structure,
int[] currentLayerNumber
)
Parameters
- structure NGTreeNode
[Missing <param name="structure"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Viewing.IGraphView.SetLayerStructure(Altaxo.Collections.NGTreeNode,System.Int32[])"]
- currentLayerNumber Int32
[Missing <param name="currentLayerNumber"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Viewing.IGraphView.SetLayerStructure(Altaxo.Collections.NGTreeNode,System.Int32[])"]
See Also