Calls the VizGraph library to layout the graph
Namespace: Vis2NodeTrixAssembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Public Sub LayoutGraph ( _ _nodes As IEnumerable(Of BaseNode) _ )
Parameters
- _nodes
- Type: System.Collections.Generic IEnumerable BaseNode
Nodes to be layouted
See Also