vote up 5 vote down star
1

I'm looking for a (free) library which allows me to draw a CFG (control flow graph). Something like yFiles, but free or preferably open source? Ideally this library would allow the user to navigate the graph (and modify it), i.e. the graph isn't just a static a priori rendered bitmap. Ideas?

Update:
Glee in combination with the mentioned QuickGraph library seems to work pretty nice. thx

flag

4 Answers

vote up 4 vote down check

You might want to check out QuickGraph.

NodeXL might also be of interest (visualization library). It's WPF, but you can use a container to host it if you need WinForms.

link|flag
Looks interesting, though this seems to be the "algorithm part", not the "visualization part", right? – jn Apr 10 at 14:36
Just added some info on NodeXL, which is a visualization API. – dommer Apr 10 at 14:59
vote up 1 vote down

I use GraphViz to generate this sort of graph. My app generates the .dot file that can then is then passed into GraphViz. It supports a load of file formats, such as bmp, jpg, png, pdf, svg etc etc.

link|flag
vote up 2 vote down

Try out this (Efficient Sugiyama algoritm is your friend):

Graph#

link|flag
vote up -1 vote down

ZedGraph has been able to produce very graph I've ever needed.

link|flag
This seems to be a lib to draw bar charts etc. Not what I'm looking for – jn Apr 10 at 14:42

Your Answer

Get an OpenID
or

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