Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
开发者_如何学编程Closed 9 years ago.
Improve this questionI need a "free" organization chart component for ASP.NET.
Google has a free one within their charting api's. http://code.google.com/apis/visualization/documentation/gallery/orgchart.html
My favorite resources for free web components and examples are:
- CodePlex
- CodeProject
- The ASP.NET Control Gallery
I found this at the control gallery. Maybe it'll help.
http://www.asp.net/community/control-gallery/Item.aspx?i=3224
Chart4.NET is an advanced organization chart component that has a free version. But logo will be there.
Demo:
- http://organization.unifosys.com/Create_Organization_Chart_From_Database_Sample_WebForm.aspx
- http://unifosys.com/hierarchy-chart/downloads.html
Here is a HTML5/canvas version of organization chart lib, simple interface + image node support, check it out here: http://orgplot.codeplex.com
Use this http://orgchartwebcontrol.codeplex.com/releases/view/34288 from codeplex
精彩评论