GraphPresenter LayoutGraph Method Vis2 NodeTrix CodeDokumentation
Calls the VizGraph library to layout the graph

Namespace: Vis2NodeTrix
Assembly: 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: OnlineSystem.Collections.Generic IEnumerable BaseNode 
Nodes to be layouted
See Also