favSetNumMinorTickmarks

AVVIEWER Subroutine: Sets the number of small tickmarks for the desired axis.

Module: USE AVVIEWER

Syntax

favSetNumMinorTickmarks (hv, axis, num, 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 tickmarks. Use one of the named constants X_AXIS, Y_AXIS, or Z_AXIS.

num
An input argument of type INTEGER(2). It specifies the number of small tickmarks to be displayed between each set of large tickmarks.

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 method will not effect the Graph View appearance until AxisAutoDetail is disabled.

See Also

favSetAxisAutoDetail, favGetNumMinorTickmarks, favSetNumMajorTickmarks