Click or drag to resize
Treemap Constructor (AxisXY, Double, Color)
Constructs a treemap using supplied data and color array.

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

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.
colors
Type: System.DrawingColor
A Color array, one for each area.
See Also