favSetYClamp
AVVIEWER Subroutine: Sets the upper and lower bounds for Y-coordinate
values in the Graph View.
Module: USE AVVIEWER
Syntax
- favSetYClamp (hv, minval, maxval, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- minval
-
An input argument of type REAL(8). It specifies the lower bound for the Y axis.
- maxval
-
An input argument of type REAL(8). It specifies the upper bound for the Y axis.
- status
-
An output argument of type INTEGER(4). It returns a status code for the success of
this call. The value 0 indicates success.
Remarks
This subroutine only affects the graph appearance when the graph type is Vector
and AxisAutoScale is disabled.
See Also
favSetDataClamp,
favSetGraphType,
favSetAxisAutoScale,
favGetYClamp