Treemap creates a chart from two arrays of double precision values or one data array and one array of Color values. The size of each element is scaled using the first input array. The second array of values or colors is used to shade the corresponding area.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class Treemap : Data
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Treemap _
	Inherits Data
Visual C++
[SerializableAttribute]
public ref class Treemap : public Data

Remarks

The algorithm is adapted from Bruls, Mark and Huizing, Kees and Wijk, Jarke J. van (2000) Squarified Treemaps. In Proceedings of the Joint Eurographics and IEEE TCVG Symposium on Visualization.

Inheritance Hierarchy

See Also