Click here to Skip to main content
15,888,968 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello every one!

Looking for some library that can help's me to build flowchart diagrams. I found out some free solutions like:
quickgraph
MSGlee


But all of them make bit wrong graphs( curve lines specially, cant add comment's), so are there any more special libraries to draw flowchart?(yFiles is very good but not free and doesn't have command line options)
Posted

Hi,

Have you checked this[^] discussion ?

I know this is not what you want but download code from microsoft and check what they have used.

It may help you,
Thanks
-Amit Gajjar
 
Share this answer
 
v2
Comments
steph Zagainov 17-Sep-12 8:52am    
There are some rules of drawing flowcharts and that library just draw diagram
AmitGajjar 17-Sep-12 8:53am    
ok, but does it use any API to draw diagram ?
steph Zagainov 17-Sep-12 9:38am    
Yes, It has one, but one of the main target is to do it right. It's normal if it will have very few functions and draw only flowcharts, but do it right.
Here's one from GridWizard/Github - render to HTML5 currently (you can easily extend to support Visio
Wordpress doc[^]

Source code on Git[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900