TreemapSetDataRange Method |
Update the data range,
range = {xmin,xmax,ymin,ymax}
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override void SetDataRange(
double[] range
)
Public Overrides Sub SetDataRange (
range As Double()
)
public:
virtual void SetDataRange(
array<double>^ range
) override
abstract SetDataRange :
range : float[] -> unit
override SetDataRange :
range : float[] -> unit
Parameters
- range
- Type: SystemDouble
a double array which contains the updated
range, {xmin,xmax,ymin,ymax} or {xmin,xmax,ymin,ymax,zmin,zmax}
Remarks
The entries in range are updated to reflect the extent of the data
in this node. The argument range is an
input/output variable. Its value should be updated only if the data
in this node is outside the range already in the array.
See Also