9

Are there any frameworks for building squarified treemaps in C# 2.0 WinForms?

Something similar to this:

(from http://www.codeproject.com/KB/recipes/treemaps.aspx)

Community
  • 1
  • 1
leora
  • 188,729
  • 360
  • 878
  • 1,366

3 Answers3

3

I know you asked about WinForms, but I'm sure someone will hit this page when searching for WPF tree maps. This currently seems to be the best WPF freebie out there, though I found a few minor issues with it, it's still pretty good:

http://treemaps.codeplex.com/

Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
3

Microsoft Research put one together.

Don't know how easy it is use.

http://research.microsoft.com/en-us/downloads/dda33e92-f0e8-4961-baaa-98160a006c27/default.aspx

JDunkerley
  • 12,355
  • 5
  • 41
  • 45
0

Check Janus Grid Ex should have a tree view...

UPDATE: http://www.avizsoft.com/treemap.htm

WinChart™ - Adds Tree Map Chart Type http://www.infragistics.com/dotnet/netadvantage/winforms/whatsnew20082.aspx

abmv
  • 7,042
  • 17
  • 62
  • 100