Hello All,
I have to develop a diagramming tool with WPF. Its going to be a graphic canvas that supports drag and drop of some objects fom a tool box, then drawing connection between them, moving, resizing, etc. I'm looking for a library that will provide the following. 1) A very good line drawing algorithm (no overlap with other objects). 2) Scalable for huge number of objects(1500 +) 3) Cool graphics. 4) good performance.
I want to check both Open source and licensed product options, and also developing my own if it is not going to take much time.
Thanks in advance if you have any recommendations.
|
| Author: seema 15 Oct 2009 | Member Level: Gold | Rating:  Points: 2 |
http://www.codeproject.com/KB/WPF/wpfgraph.aspx
|
| Author: ABitSmart 15 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Did you see this - http://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part4.aspx ?
Kind regards, ABitSmart DNS Web-master, DNS MVM My blog Thoughts.exe
|
| Author: rajeesh 20 Oct 2009 | Member Level: Bronze | Rating:  Points: 2 |
Thank you Seema and AB. I'm checking those samples.
|