Click or drag to resize
TreemapSetZRange Method
Set the Z data (shading) range, range = {zmin,zmax}.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetZRange(
	double[] range
)

Parameters

range
Type: SystemDouble
A double array which contains the data range, {zmin,zmax}.

Default: Values computed from the input shades array or else is {0,1}.

See Also