views:

329

answers:

3

Hello,

I'm looking for a free .NET (C#) library which i can use in my program and simply draw UML diagrams (especially class diagram). I tried to used Netron Diagramming Library but it is kind of tricky. Thanks in advance.

A: 

http://sourceforge.net/projects/numl/

David Stratton
Thanks for your answer, but i need a library which allows me to present (display) uml diagrams graphically
lukasz
+2  A: 

Have you looked at EasyDiagram?

Sean
+1  A: 

Depending on your requirements you may be able to use the http://yuml.me/ REST api.

zac