Note that there are some explanatory texts on larger screens.

plurals
  1. POSocial network directed graph library for .NET
    text
    copied!<p>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 <strong>“Social Network” relationship graph</strong> to see the relationships. The constraint is that <strong>this graph has to be seen in the web browser</strong>.</p> <p>The graph has to be something like: <img src="https://i.stack.imgur.com/xWMRJ.jpg" alt="Icons connected by blue lines, components grouped together"></p> <p>Is there any C# library or component to draw this type of graphs? We have already checked these:</p> <ul> <li><p><a href="http://flare.prefuse.org/" rel="nofollow noreferrer">http://flare.prefuse.org/</a></p></li> <li><p><a href="http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html" rel="nofollow noreferrer">http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html</a></p></li> <li><p><a href="https://stackoverflow.com/questions/1578493/net-graph-library-around">.NET graph library around?</a></p></li> <li><p><a href="http://quickgraph.codeplex.com/" rel="nofollow noreferrer">http://quickgraph.codeplex.com/</a></p></li> <li><p><a href="https://graphsharp.codeplex.com/" rel="nofollow noreferrer">https://graphsharp.codeplex.com/</a></p></li> <li><p><a href="http://research.microsoft.com/en-us/downloads/f1303e46-965f-401a-87c3-34e1331d32c5/default.aspx" rel="nofollow noreferrer">http://research.microsoft.com/en-us/downloads/f1303e46-965f-401a-87c3-34e1331d32c5/default.aspx</a></p></li> <li><p><a href="http://sourceforge.net/projects/zedgraph/" rel="nofollow noreferrer">http://sourceforge.net/projects/zedgraph/</a></p></li> </ul> <p>But I want to check if you already used some other and your feedback.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload