Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
看看 PlantUml - 特别是他们的 活动状态图。
作为示例(来自他们的网站)生成以下图像:
Have a look at PlantUml - in particular their Activity State diagrams.
As an example (from their site) produces the image below:
MindFusion 提供您可以通过编程方式访问的图表组件。
他们提供 WPF 和 WinForms 组件:
过去我在 DSL 编辑器项目中使用过他们的 WPF 组件。基于 DSL 编辑器中的工具箱拖放,调用 WPFDiagram 在绘图表面上创建形状。
MindFusion offers components for diagramming that you can access programmatically.
They offer components for WPF and WinForms:
In the past I've used their WPF component on a DSL editor project. Based on Toolbox drag-and-drops in the DSL editor, WPFDiagram was called to create shapes on the Drawing Surface.