Skip to content
/ Treemap Public

A "fork" of the treemap visualization components that were last updated by Microsoft Research in 2006.

License

Notifications You must be signed in to change notification settings

menees/Treemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treemap

These libraries originally came from Microsoft Research Downloads, and they were part of the Data Visualization Components, which were free for non-commercial use and available under the Microsoft Research Shared Source License. Unfortunately, the libraries and code were last updated by Microsoft in 2006, and they targeted .NET 1.1, which was 32-bit only. By 2014, Microsoft Research no longer made the libraries or code available for download, and even the Wayback Machine doesn't have the downloads.

This repo updates the 2006 code to:

  • Build in Visual Studio 2019
  • Use SDK-style projects
  • Use the "Any CPU" platform
  • Target .NET Framework 4.5 and .NET Core 3.1
  • Produce NuGet packages
TreemapGenerator TreemapControl
TreemapGenerator TreemapControl

For more information see:

Microsoft Notes From 2006

The Microsoft Research Community Technologies team has developed two .NET components that render treemaps. The TreemapGenerator is a drawing engine without its own user interface. It takes a set of hierarchical data, generates a treemap from the data, and draws it onto a bitmap or Graphics object provided by the caller. It can be used in a variety of environments, including Web applications that generate images on the server for downloading to client browsers.

The TreemapControl wraps the TreemapGenerator into a Windows Forms control. It can be added to the Visual Studio toolbox and dropped into any Windows Forms application.

What Is A Treemap?

A treemap is a rendering of hierarchical data as a set of nested boxes, where each box corresponds to one data element. The nesting indicates the hierarchy, the box sizes are proportional to some attribute on each element, and the box colors are based on another attribute.

Here, for example, is the microsoft.public newsgroup hierarchy displayed as a treemap:

microsoft.public

For a history of treemaps, see Treemaps for Space-Constrained Visualization of Hierarchies, by Ben Shneiderman at the University of Maryland. Dr. Shneiderman invented treemaps.

About

A "fork" of the treemap visualization components that were last updated by Microsoft Research in 2006.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages