Update the data range,
range = {xmin,xmax,ymin,ymax}
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual void SetDataRange( double[] range ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub SetDataRange ( _ range As Double() _ ) |
Visual C++ |
---|
public: virtual void SetDataRange( array<double>^ range ) |
Parameters
- range
- Type: array<
System..::.Double
>[]()[]
a double array which contains the updated range, {xmin,xmax,ymin,ymax}
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.