Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Social network directed graph library for .NET [closed]

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 in the web browser.

The graph has to be something like: Icons connected by blue lines, components grouped together

Is there any C# library or component to draw this type of graphs? We have already checked these:

  • http://flare.prefuse.org/

  • http://www.yworks.com/en/products_yfiles_practicalinfo_gallery.html

  • .NET graph library around?

  • http://quickgraph.codeplex.com/

  • https://graphsharp.codeplex.com/

  • http://research.microsoft.com/en-us/downloads/f1303e46-965f-401a-87c3-34e1331d32c5/default.aspx

  • http://sourceforge.net/projects/zedgraph/

But I want to check if you already used some other and your feedback.

like image 308
MRFerocius Avatar asked Jan 04 '11 14:01

MRFerocius


2 Answers

I've used Northwoods Go.NET for many years and it has been great.

like image 109
Jake Pearson Avatar answered Nov 15 '22 23:11

Jake Pearson


I've used Microsoft chart it's fine and free !

Maybe you can take a look to graphviz too : http://www.graphviz.org/

like image 24
ykatchou Avatar answered Nov 15 '22 21:11

ykatchou