Reputation: 165
could you help me find a component that draw such a tree in c#.thanks.
Upvotes: 0
Views: 1775
Reputation: 1404
Winforms
?
if you use Silverlight
/WPF
, Hierachical
templates is a good one. then you can style it as you want.
Upvotes: 0
Reputation: 3095
What about http://quickgraph.codeplex.com/ ? It's a .NET port of Graphviz, a powerful open source library.
Upvotes: 2
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