Please suggest free Flowchart control for ASP.NET [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this questionI need to build a flowchart control for ASP.NET with HTML/jQuery/Silverlight/SVG. The user need to design the flowchart i开发者_StackOverflow社区n the web page and need to save it.
Have a look at Raphael.
It's a general SVG library rather than specifically flow charts, but it does look like it can do what you want -- see the links to the demos on the main page; one of them is a simple flow-chart, complete with draggable components.
Hope that helps.
精彩评论