I need to programmatically create diagrams like Visio as a drawing. Basically we are going to create network layout schemes like this one .
Is there a component that could speed up development or some technique that we could use? Typically, we could do this on our own through System.Drawing, but it can be difficult for more complex network diagrams, since we would have to ensure that there are no visual overlaps.
UPDATE: No Visio.
UPDATE 2: I would really like it if it were eye candy
source
share