favSetNumMajorTickmarks

AVVIEWER Subroutine: Sets the number of large tickmarks displayed along the indicated axis.

Module: USE AVVIEWER

Syntax

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

See Also

favSetAxisAutoDetail, favGetNumMajorTickmarks, favSetNumMinorTickmarks