vote up 4 vote down star
4

I've looked at Microsoft GLEE (non-commerical use) and other libraries for drawing graphs, but I need a good commercial use graph API to show complex routes through the Internet.

I need to be able to show a large number of nodes and vertexes. Any Ideas?

flag

43% accept rate

7 Answers

vote up 2 vote down check

The Graphviz resources page lists a project, QuickGraph, which may solve your problem.

link|flag
vote up 2 vote down

You should check out Microsoft Research's NetMap

http://www.codeplex.com/NetMap

".NetMap is a pair of applications for viewing network graphs, along with a set of .NET Framework 2.0 class libraries that can be used to add network graphs to custom applications.

A network graph is a series of vertices (sometimes called nodes) connected by edges. See this Wikipedia article for an overview of network graphs.

.NetMap was created by Marc Smith's team at Microsoft Research."

link|flag
vote up 0 vote down

Netron, a graphing library, that unfortunately died because the source got bought. Still, the last releases on SF are there: http://sourceforge.net/project/showfiles.php?group_id=69788&package_id=123851

link|flag
vote up 0 vote down

ILOG Diagrammer offers network charting; actually, I haven't tried their Vis product, but am a happy user of their Gantt product which works very well.

link|flag
vote up 0 vote down

OP,

The PowerShell blog entry you linked to has another link to a commercial version down in the comments. According to the commenter, it has been renamed Microsoft Automatic Graph Layout. Here is the direct link: Microsoft Automatic Graph Layout 2007

link|flag
vote up 0 vote down

There is the Piccolo Toolkit; I haven't tried it yet but it looks promising.

link|flag
vote up 0 vote down

www.codeplex.com/Graph#

link|flag

Your Answer

Get an OpenID
or

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