Drawing tree diagram in ASP.Net MVC
        Posted  
        
            by 
                Ivan Crojach Karacic
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ivan Crojach Karacic
        
        
        
        Published on 2010-12-31T14:28:00Z
        Indexed on 
            2010/12/31
            14:53 UTC
        
        
        Read the original article
        Hit count: 366
        
I am creating an web application for my tae kwon do club.
People are able to register online for a tournament.
After the registration deadline the web application generates a dendrogram. Something like this:
 
 
I am wondering now how to draw it.
Because of the fact that there are my weight and age categories i have to draw them dynamicly for each group.
What is the easiest way to draw this inside a MVC view?
© Stack Overflow or respective owner