favSetUseAxisLabel
AVVIEWER Subroutine: Enables or disables display of Axis labels.
Module: USE AVVIEWER
Syntax
- favSetUseAxisLabel (hv, axis, onoroff, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- axis
-
An input argument of type INTEGER(4).
It specifies the desired axis for the label.
Use one of the named constants X_AXIS, Y_AXIS, or Z_AXIS.
- onoroff
-
An input argument of type INTEGER(4).
If set to 1, the axis label for the indicated dimension is displayed; if
set to 0, the dimension name, if available, is displayed.
- 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
If the given axis doesn't correspond to an array dimension (for example:
the Z-Axis in a Height Plot graph), the axis label will not be displayed.
See Also
favGetUseAxisLabel,
favSetAxisLabel,
favSetDimName