Creating Visio look-a-like diagrams programmatically [closed]

南楼画角 提交于 2019-12-21 20:25:19

问题


I need to programmatically create Visio look-a-like diagrams as a drawing. Mostly we are going to create network layout diagrams similar to this one.

Is there a component that could speed-up the development or some technique we could use? Generally we could do this on our own via System.Drawing, but this might get tricky for more complex network diagrams as we would have to ensure there are no visual overlappings.

UPDATE: No Visio available. UPDATE 2: I would love if these could be eye candy


回答1:


ConceptDraw has an eye candy graphics, awesome if you need it for presentations. There is a rapid draw technique for network templates and you can modify diagrams as you need.




回答2:


Have you looked at the Visio API? It has a VBA feature. To recreate the Visio functionality using System.Drawing classes could get quite complex and need a herculean effort.




回答3:


Graphviz may be of some use...




回答4:


Have a look at this WPF Diagram Designer on CodeProject. It looks like it provides a lot of what you need, and WPF has unlimited potential for eye candy.



来源:https://stackoverflow.com/questions/1993468/creating-visio-look-a-like-diagrams-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!