Dante
Dante

Reputation: 3891

WPF / Silverlight flowchart designer

Anybody knows an open source product/framework, based in the MS stack, that allows modeling workflows (flowchart)?

It should allow: - Drag and drop different node styles; - Define properties for those nodes; - Connect the nodes; - Export to xml (non mandatory).

Any help is appreciated.

Regards

Upvotes: 2

Views: 2616

Answers (2)

Isaac Yuen
Isaac Yuen

Reputation: 71

Why not consider using Windows Workflow, where the flowchart programming model is directly suppoed?

Upvotes: 0

akjoshi
akjoshi

Reputation: 15772

There is a great series on CodeProject related to this -

WPF Diagram Designer - Part 4

http://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part4.aspx

You may not find all the features(like property editing) but you can easily implement them.

One more is available here -

http://flowpad.codeplex.com/

Upvotes: 3

Related Questions