Set the Z data (shading) range, range = {zmin,zmax}.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void SetZRange( double[] range ) |
Visual Basic (Declaration) |
---|
Public Sub SetZRange ( _ range As Double() _ ) |
Visual C++ |
---|
public: void SetZRange( array<double>^ range ) |
Parameters
- range
- Type: array<
System..::.Double
>[]()[]
A double array which contains the data range, {zmin,zmax}.Default: Values computed from the input shades array or else is {0,1}.