Mason
Mason

Reputation: 165

decision tree component

could you help me find a component that draw such a tree in c#.thanks.

enter image description here

Upvotes: 0

Views: 1775

Answers (3)

Meysam Javadi
Meysam Javadi

Reputation: 1404

Winforms?

if you use Silverlight/WPF , Hierachical templates is a good one. then you can style it as you want.

Upvotes: 0

Marcote
Marcote

Reputation: 3095

What about http://quickgraph.codeplex.com/ ? It's a .NET port of Graphviz, a powerful open source library.

Upvotes: 2

Jan Thomä
Jan Thomä

Reputation: 13604

You could try yFiles. It's not cheap, but it's the best graph drawing library I know and its really powerful. http://www.yworks.com/en/products_yfiles_dotnetplatform_about.html

Upvotes: 1

Related Questions