favSetShowGrid

AVVIEWER Subroutine: Displays or hides grid lines.

Module: USE AVVIEWER

Syntax

favSetShowGrid (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, grid lines will be displayed in the graph; if set to FALSE, they will not be 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

This subroutine applies only to graphs whose GraphStyle is Surface.

See Also

favGetShowGrid, favGetGraphStyle