up vote 4 down vote favorite
2
share [g+] share [fb]

Who knows good graph layout engines with clear customization and managment?

Flare is an cool one but it is written on Flex (may be you know how it can be customized without re-compilation and writing code?). I also know about JavaScript InfoVis Toolkit but it not good enough.

link|improve this question

54% accept rate
what do you mean by "graph", do you main Pie Charts etc, or do you mean "nodes" that connect to each other with "links"? – Ian Ringrose Feb 15 '10 at 11:51
I mean graphs as a set of nodes and verticles. – sashaeve Feb 15 '10 at 14:55
feedback

3 Answers

up vote 2 down vote accepted

You could try http://graphsharp.codeplex.com/ on Silverlight. Not sure if it works on Silverlight or just regular WPF though.

link|improve this answer
1  
Thank you, thank you, thank you. Graph# looks brilliant and despite there being no documentation on CodePlex, there is a tutorial at sachabarber.net/?p=815. – Sir Crispalot Aug 15 '11 at 13:41
feedback

Don't know how good it is, but Microsoft has MSAGL.

link|improve this answer
Thanks, but as I know it is paid and not web enabled. – sashaeve Dec 20 '09 at 13:57
feedback

If you are ok with using Flash you could have a look at Open Flash Chart.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.