views:

1592

answers:

3

What free or open source WPF diagramming libraries have you used before? I'm working on my thesis and have no money to pay for the commercial alternatives.

Valid answers should support undo/redo, exporting to XML and hopefully good documentation.

I'm building an open source UML / database diagramming tool.

Thanks.

+1  A: 

What kind of Diagram drawing you are looking for? WPF has great set of basic control library which supports most mathematical drawing models like Spline Curve, Line, PolyLine, arc etc etc

Jobi Joy
+4  A: 

This is a nifty diagramming control for WPF:

http://www.codeproject.com/KB/WPF/SpiderControl.aspx

Robert Macnee
+6  A: 

sukram has a excellent series on CodeProject... it's a MUST READ!

rudigrobler