favSetAxisAutoDetail

AVVIEWER Subroutine: Sets a value that determines whether the number of both large and small tick marks on the axes is to be handled automatically by Array Visualizer, or explicitly by the use of other properties.

Module: USE AVVIEWER

Syntax

favSetAxisAutoDetail (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 1, AxisAutoDetail is enabled; if set to 0, it is disabled.

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

When AxisAutoDetail is set to FALSE, favSetNumMajorTickmarks and favSetNumMinorTickmarks can be used to explicitly control the number of tickmarks.

See Also

favGetAxisAutoDetail, favSetNumMajorTickmarks, favSetNumMinorTickmarks