Free or Open Source Diagramming Component for WinForms

后端 未结 7 812
暖寄归人
暖寄归人 2020-12-04 13:54

I need to be able to generate dependency diagrams programmatically. I\'d like it to be able to generate a bunch of boxes with labels and connectors linking them, and ideally

相关标签:
7条回答
  • 2020-12-04 14:32

    Here's one that renders to HTML5 (You can easily extend to Visio) from GridWizard/Github Source code: https://github.com/gridwizard/SimpleFlowDiagram Wordpress doc: https://gridwizard.wordpress.com/2015/03/25/simple-c-library-to-render-graph-to-flowchart/

    Downside is, you need a viewer to display HTML5. Alternatively, SimpleFlowDiagramLib already calculate Node.x and Node.y - you can render it to Winform/WPF yourself (but then you need to code rendering yourself)

    0 讨论(0)
提交回复
热议问题