1

I want to generate an hierarchical data representation, more like a family tree rather than the typical tree view.

Something like this enter image description here

Are there any solutions out there to accomplish this? Preferably in .NET but I am considering any solution that this available.

I have my hierarchical datasource, hopefully, I can just feed it into the constructor for this control and have it render on my site. A google and stack exchange search yielded nothing substantive.

Matt
  • 24,106
  • 61
  • 180
  • 291

1 Answers1

2

Graphviz is the standard. There are bindings for programming languages, as well as GUI editors, etc.

Ezra
  • 7,114
  • 1
  • 20
  • 28