Treemap Constructor (AxisXY, Double, Double, Colormap) |
Constructs a treemap using the supplied data and a colormap.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Treemap(
AxisXY axis,
double[] data,
double[] shades,
Colormap colormap
)
Public Sub New (
axis As AxisXY,
data As Double(),
shades As Double(),
colormap As Colormap
)
public:
Treemap(
AxisXY^ axis,
array<double>^ data,
array<double>^ shades,
Colormap^ colormap
)
new :
axis : AxisXY *
data : float[] *
shades : float[] *
colormap : Colormap -> Treemap
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