How do I visualize a complex graph in .Net?

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-05-17T09:39:47Z Indexed on 2010/05/17 9:51 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

I need to visualize a graph (technically being a set of Entity Framework objects, but I can translate it to another representation if needed) of this kind. I don't know how to name it (by the way, if you know - I'll appreciate if you tell me). It would be ideal for graph elements to be clickable (so that when user clicks on a block, I can handle an event with the element id specified) but I can survive even without any interactivity. Are there any components available good for this task? If no, what should I look for to help me to develop an algorithm for drawing such a graph with visually-comfortable layout?

© Stack Overflow or respective owner

Related posts about graphs

Related posts about graphics