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

徘徊边缘 提交于 2019-12-04 13:52:13
Julie Krasnienko

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.

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.

Graphviz may be of some use...

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.

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