Jens
Jens

Reputation: 1507

VB.net Network Graph code/algorithm

For a school project we need to visualise a computer network graph. The number of computers with specific properties are read from an XML file, and then a graph should be created. Ad random computers are added and removed.

Is there any open source project or algorithm that could help us visualising this in VB.net? Or would you suggest us to switch to java.

Update: We eventually switched java and used the Jung libraries because this was easier for us to understand and implement.

Upvotes: 0

Views: 974

Answers (1)

Greg Buehler
Greg Buehler

Reputation: 3894

QuickGraph is an excellent interface for use with Graphviz

Example Graph

Upvotes: 1

Related Questions