C#图形绘制库?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/737771/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
C# graph drawing library?
提问by newgre
I'm looking for a (free) library which allows me to draw a CFG(control flow graph). Something like yFiles, but free or preferably open source? Ideally this library would allow the user to navigate the graph (and modify it), i.e. the graph isn't just a static a priori rendered bitmap. Ideas?
我正在寻找一个(免费)库,它允许我绘制CFG(控制流图)。像yFiles 之类的东西,但是是免费的还是最好是开源的?理想情况下,该库将允许用户导航图形(并修改它),即图形不仅仅是静态的先验渲染位图。想法?
Update:
Gleein combination with the mentioned QuickGraph library seems to work pretty nice. thx
更新:
Glee与提到的 QuickGraph 库相结合似乎效果很好。谢谢
Update2:Graph#seems to be the most powerful library currently. There is also a nice tutorialon how to use it.
采纳答案by dommer
You might want to check out QuickGraph.
您可能想查看QuickGraph。
NodeXLmight also be of interest (visualization library). It's WPF, but you can use a container to host it if you need WinForms.
NodeXL可能也很有趣(可视化库)。它是 WPF,但如果您需要 WinForms,您可以使用容器来承载它。
回答by Sean
回答by Alexander Smirnov
Inspired by Graph#, actively developed and much more extensible.
受 Graph# 的启发,积极开发且更具扩展性。