Treemap Constructor (AxisXY, Double, Color) |
Constructs a treemap using supplied data and color array.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Treemap(
AxisXY axis,
double[] data,
Color[] colors
)
Public Sub New (
axis As AxisXY,
data As Double(),
colors As Color()
)
public:
Treemap(
AxisXY^ axis,
array<double>^ data,
array<Color>^ colors
)
new :
axis : AxisXY *
data : float[] *
colors : Color[] -> 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.
- colors
- Type: System.DrawingColor
A Color array, one for each area.
See Also