C# 绘图库
我正在寻找一个库,它使我能够可视化我拥有的一些 xml 实体,并以图形方式操作它们(类似于 UML 设计包,但更简单),例如循环流程图。
有人知道我应该从哪里开始吗?我最好想要一些托管的东西,但是如果更容易执行 HTML+JS 实现或一些合理的东西。
基本要求: - 可视化地绘制 C#/XML 类的表示。 - 允许选择它 - 在两个实体之间画线。 - 执行操作可以删除/移动或将其放置在图表中的另一个项目之前。
您能提供的任何帮助/指导将不胜感激。
问候, 杰米
I'm looking for a library which will enable me to visualize some xml entities I have, and manipulate them graphically (something similar to a UML design package, but simpler), like a cyclic flow graph.
Anybody have any ideas where I should start? Preferrably I would like something managed, but if it's easier to do a HTML+JS implementation or something that would be reasonable.
Basic requirements:
- Visualizally draw a representation of a C#/XML class.
- Allow to select it
- Draw lines between two entities.
- Perform operations would could remove/move or place it before another item in the graph.
Any help/direction you could give would be greatly appreciated.
Regards,
Jamie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这些研究中,Microsoft GLEE 看起来绝对符合我想要的总体方向。易于使用,并且自动布局,只需将其配置为业务逻辑即可。
Of those looked at, Microsoft GLEE definitely looks to be in the general direction of what I want. Easy to use, and auto-layouts, just need to configure it to business logic and it's done.