views:

1252

answers:

2

Is there any Diagramming component that is freely available for a C# project? If possible one that allows you to click and edit the diagram nodes.

+1  A: 

Well, here is the beginning of one.

Henk Holterman
A: 

Well I don't know if you are looking to model just some basic logic steps, or get really in depth and model classes and functions themselves. But, for most design work I do, and this include diagrams, I like to use ArgoUML. It's free, and pretty powerful, though you do have to understand UML, but otherwise I think it is a great tool.

Zensar
I wanted a C# component that I could build my own diagram editor around. Not an independent app.
Jenko
+1, this is not a diagramming component
Gabriel Mongeon