I am looking for a diagram\ graph\ flowchart user control for web application preferably ASP.NET.
My wish would be to pass a Graph object that contains a collection of nodes and edges and the capabilities that i would look for are:
I found parts of the solution that will help me to create such a component such as:
All of these will allow me to construct a component but i was wondering if anyone have already seen something that is web based and could do the task? hopefully its open source :)
Have you considered Dracula Graph Library? It looks like it would handle part 4 very well. You would only have to wire up some edit controls for the user.