在 Asp.net 中显示流程图
我想在 asp.net 中以流程图的形式显示一些数据关系(就此而言,来自 xml)。
它不一定是免费软件(尽管它会很好)。 你建议我使用什么?
编辑: 根据关系自动排列节点位置将是一个很大的优势。
I want to display some data relations (coming from an xml, for that matter) in asp.net as a flowchart.
It doesn't necessarily have to be a freeware (although it would be nice).
What do you recommend I use?
Edit:
Automatically arranging the node locations according to the relations would be a big advantage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我并不声称自己是这方面的专家,但我只是花了相当多的时间在网上寻找这样的工具。最后,我找到了一个很棒的 javascript 引擎来执行此操作:
jsPlumb: http://code.google.com/p/jsplumb/
您需要做一些工作,但这些示例非常好。它应该能够完成您想做的一切。
I don't claim to be an expert in this, but I just spent a fair amount of time trolling around the web looking for such a tool. In the end, I found an awesome javascript engine for doing this:
jsPlumb: http://code.google.com/p/jsplumb/
It will take some work on your part, but the examples are very nice. It should be able to do everything you want.