leora
leora

Reputation: 196891

Visual Treemap in Winforms

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)

Upvotes: 9

Views: 6107

Answers (3)

Drew Noakes
Drew Noakes

Reputation: 311365

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/

Upvotes: 3

abmv
abmv

Reputation: 7118

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

Upvotes: 0

JDunkerley
JDunkerley

Reputation: 12505

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

Upvotes: 3

Related Questions