Generate dynamic flow-chart

前端 未结 4 1809
花落未央
花落未央 2021-02-09 22:28

We are looking for some code/component that can create a flow-chart (image) dynamically, preferably in .NET/C# (although a Silverlight/Flash-component that take

相关标签:
4条回答
  • 2021-02-09 22:34

    MindFusion looks like they have some good diagramming controls that may work for you:

    http://www.mindfusion.eu/diagramming.html

    0 讨论(0)
  • 2021-02-09 22:49

    Take a look at Microsoft MSAGL

    0 讨论(0)
  • 2021-02-09 22:49

    I built a workflow solution a while back and evaluated a number of diagramming controls, including the MindFusion control. I settled on the Syncfusion diagram control, primarily for its ease of use for an end user (especially when drawing connections).

    I'm using the WPF edition, but they make editions for ASP.Net and WinForms. It has methods for exporting to images.

    These are some of the components that I can remember evaluating; I'd recommend giving them a shot and seeing which you like best.

    Syncfusion, NWoods, yWorks, Nevron, EasyDiagram

    0 讨论(0)
  • 2021-02-09 22:50

    In the meantime there are also open source diagramming libraries that you can find on Codeplex and Google code.

    A very deep one with many features and very flexible is

    http://nshape.codeplex.com/

    Perhaps easier to program but more limited in scope

    http://www.dalssoft.com/diagram/

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