cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Graph Visualization in Windows Form Desktop Application

Any recommendations for a graph visualization library for a Windows Form Desktop application?

I've reviewed the Graph Visualizations tools on the neo4j Developer site but all of them use a JavaScript client.

I would like to display the nodes I've created on a windows form similar to the display in neo4j desktop but without the browser.

I realize I can draw my own shapes on the windows form, but I'm hoping for a library that would do this for me.

Any thoughts or ideas?

Thank you.

1 ACCEPTED SOLUTION

Thank you for your response and I now appreciate the challenge of graph layouts.

I have decided to use Microsoft Automatic Graph Layout (MSAGL) and, so far, it seems to fit my needs.

View solution in original post

2 REPLIES 2

asperlinga
Graph Buddy

Hi Roy,

In my little experience the problem is more complex than it seems.

I have developed a little project: From Neo4j graph to Virtual Reality concept map

As you can see the problem is the placement of nodes in a defined space.
There is a class of algorithms you can find :

ciao

Alessio

Thank you for your response and I now appreciate the challenge of graph layouts.

I have decided to use Microsoft Automatic Graph Layout (MSAGL) and, so far, it seems to fit my needs.