favSetAxisLabel

AVVIEWER Subroutine: Sets the label to be displayed along the Graph View's axis.

Module: USE AVVIEWER

Syntax

favSetAxisLabel (hv, axis, label, 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.

label
An input argument of type CHARACTER string. It is the label to be displayed along the axis. Only AV_MAX_LABEL_LEN characters of the label are used.

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

The string used in favSetAxisLabel will not be displayed if the given axis is mapped to either the row or column dimensions, and SetUseAxisLabel has been disabled.

See Also

favSetRowColDim, favSetUseAxisLabel, favGetAxisLabel