favSetShowDimLabels
AVVIEWER Subroutine: Sets a value that determines whether to display the column
and row dimension labels in the Data View window.
Module: USE AVVIEWER
Syntax
- favSetShowDimLabels (hv, show, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- show
-
An input argument of type INTEGER(4). If set to 1, dimension labels are displayed;
if set to 0, they are 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
favGetShowDimLabels