Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graph visualisation in Silverlight

I have a data structure that represents a directed graph and I'm looking for a good Silverlight visualisation to allow me to navigate from node to node, preferably with some nice animation.

Does anyone know of any good UI controls or frameworks for this kind of display? Even a sample from another field (maybe a social network?). My graphs don't have many nodes so performance won't be an issue.

I've seen the Prefuse library for Java (and Flash) which would be ideal. The "Degree of Interest" visualisation is the kind of thing I'm after, but I can't find anything in Silverlight.

Thanks for any tips.

like image 298
njr101 Avatar asked Feb 18 '09 15:02

njr101


2 Answers

There's an open source option that's part of the Silverlight Bag-O-Tricks. Check it out and see a demo here (use the first demo link):

http://www.codeplex.com/BagOTricks

There's also a WPF version:

http://j832.com/bagotricks/

like image 184
Jared Bienz - MSFT Avatar answered Oct 13 '22 02:10

Jared Bienz - MSFT


Try this one http://graphlight.codeplex.com/

like image 41
bog1978 Avatar answered Oct 13 '22 02:10

bog1978