Set the Z data (shading) range, range = {zmin,zmax}.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetZRange(
double[] range
)
Public Sub SetZRange (
range As Double()
)
public:
void SetZRange(
array<double>^ range
)
member SetZRange :
range : float[] -> unit
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