Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Winforms\WPF - How to create flow chart alike graphic

I'm writing a winforms application and I need to create a view simliar to this one: flow chart

Any suggestion how to do it? perhaps it would be easier using WPF?

I thought about drawing rectangles or some sort of a table. Is there any open source control that can do it more easily?

like image 533
Eldad Avatar asked May 25 '11 10:05

Eldad


1 Answers

You have a load of aptions:

  • GraphSharp (free)
  • WPF Diagram Designer (free)
  • FlowChart.NET (commercial)
like image 61
Teoman Soygul Avatar answered Nov 08 '22 11:11

Teoman Soygul