I am implementing an organizational tree diagram - from top to bottom or from left to right - in C # and am looking for a good algorithm for drawing a tree. Any recommendations?
thank
Update
I finally had time to work on it, so I wrote my own library for storing and drawing a tree, creating a custom panel, not sure if I was following a certain algorithm, I just wrote my own - back to pen and paper + time :)
I intend to make it open source on codeplex when I finished adding all the features I wanted. Will publish another update after adding it to the code.
thank
user623892
source
share