favSetShowAxis
AVVIEWER Subroutine: Displays or hides the graph axis.
Module: USE AVVIEWER
Syntax
- favSetShowAxis (hv, onoroff, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- onoroff
-
An input argument of type INTEGER(4). If set to TRUE, the graph axis will
be displayed; if set to FALSE, the axis will be hidden.
- status
-
An output argument of type INTEGER(4). It returns a status code for the success of
this call. The value 0 indicates success.
See Also
favGetShowAxis