Diagram - Flow Chart type Component?

  • Thread starter Thread starter Lucas Tam
  • Start date Start date
L

Lucas Tam

Are there any free diagramming components to build flow chart type graphs
for .NET - in particular one that works with ASP.NET?

If not, can anyone recommend one of the commerical components over another?
Northwood GoDiagram? SyncFusion? etc?

Thanks!
 
I'd check out Telerik's graphing component -
http://www.telerik.com/Default.aspx?PageId=1983

R.A.D. chart doesn't support flow charts. I should have been more specific
though, I'm looking for a good recommendation on a component that can build
flow charts - like visio. Also the ability to add interactivity to the
charts (i.e. click on a node to expand it's properties).

Does anyone know of a free component? If not, any recommendations on the
commerical alternatives? GoDiagram looks good but is is pricy - is it
really worth that much money?

Someone in this group must have used these components : )
 
Is building your own solution using SVG out of the question?

Hmmm... that could work. But the logic to handle line drawing, arrangement
of objects, auto-layout, etc seem daunting. Do you have an example online?

Does SVG support click events? Can the SVG know where I clicked and
redirect to a new webpage or call some web function (i.e. similar to a
javascript enabled webpage or Macromedia Flash)?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top