We are looking for some code / component that can dynamically create a dynamic diagram (image) , preferably in .NET / C # (although the Silverlight / Flash component that accepts XML / JSON feed will also be great).
For example, we have a (business) quote that goes through the following steps before it becomes final:
Requested → Waiting → Ready for revision → In the “Revision” section → “Final”
And as an additional step, it’s possible to switch from “Edited” back to “Waiting”.
So, the component / code should draw something like this (where "Under revision" will be the active status for this quote):
Example Chart http://www.wowtah.nl/flowchart-example.gif The reason is that we do not just create static GIFs (and load the correct ones on demand), because these steps may vary depending on product implementation by our customer. Therefore, we are looking for a way to dynamically show the user the workflow steps that are configured for them.
Any help would be greatly appreciated!
Wowtah
source share