Tagged Questions
23
votes
13answers
3k views
What options are available for the layout of directed or undirected graphs in .NET?
By graph here I mean something resembling these images:
The ideal solution would:
use only managed code
allow output to a bitmap image
allow output to WPF elements
include some kind of ...
1
vote
1answer
134 views
Open Source library for on-the-fly animation of directed acyclic graphs
I'm interested in finding out about open source libraries for on-the-fly animation of directed acyclic graphs.
There are many similar questions on rendering graphs, but I was unable to find one ...