Social Network directed Graph Library? .NET
Posted
by
MRFerocius
on Stack Overflow
See other posts from Stack Overflow
or by MRFerocius
Published on 2011-01-04T14:58:16Z
Indexed on
2011/01/04
15:53 UTC
Read the original article
Hit count: 228
Hello everybody,
I am on a project where I have multiple users of a portal and they are connected to other users of the portal, now we are asked to draw a "Social Network" relationship graph to see the relationships. The constraint is that this graph has to be seen on the WEB BROWSER.
The graph has to be something like:
Is there any C# library or component to draw this type of graphs? We have already checked these:
http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html
http://research.microsoft.com/en-us/downloads/f1303e46-965f-401a-87c3-34e1331d32c5/default.aspx
But I want to check if you already used some other and your feedback...
Thanks in advanced!
© Stack Overflow or respective owner