I have the requirement to create an organization diagram chart from the CRM application that I am building.
The object model contains company, division, department and contact information with links between them to show how they relate to each other.
Can anyone provide some sample code in .Net that demonstrates how to generate an organisation heirarchy so that I can display a graphical representation of the structure of a given company?
I am currently developing this for .Net 2.0 on Windows, but if the output was a JPEG file that was intended for a web server that could work too.
Thanks!
Submit a new solution to this problem >