Monday, August 17, 2009

Organization chart generator

A common requirements in most of software's is to generate an hierarchical chart for example organization chart. Rotem Sapir written a DLL to make the task easier and it was published in codeproject. Rotem demonstrated the way of generating tree with text. I have modified his DLL so that we can display both picture and text so that the diagram representation becomes more appealing. Now it will generate chart like following one:



















You can get updated component from here. For details of how it works please read Rotem's article from codeproject.

1 comment: