Click or drag to resize
Treemap Constructor (AxisXY, Double, Double, Colormap)
Constructs a treemap using the supplied data and a colormap.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Treemap(
	AxisXY axis,
	double[] data,
	double[] shades,
	Colormap colormap
)

Parameters

axis
Type: Imsl.Chart2DAxisXY
The AxisXY parent of this node.
data
Type: SystemDouble
A double array containing the area values for the treemap in decreasing order.
shades
Type: SystemDouble
An array of double values to use for shading each area.
colormap
Type: Imsl.Chart2DColormap
A Colormap to use for the shading.
See Also