In a project, I probably have to create an application (.Net / C # 4.0) that will provide a flowchart.
I am looking for the best way to do this, knowing that it needs to be really flexible:
- Do I need to do this myself using the graphical infrastructure .Net framework (WPF, xaml)?
- Is there a powerful library that I can use that specializes in Flowchart design?
- Is there an open source project related to this kind of work?
In any case, I will need to change any component the way I want (how they are connected, how they look, logic, etc.) ...
How do you guys handle this?
source share