favSetAxisAutoScale

AVVIEWER Subroutine: Determines whether axis auto scaling is automatically adjusted to the data range.

Module: USE AVVIEWER

Syntax

favSetAxisAutoScale (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, the axis scales will be adjusted to the minimum and maximum data values within the Region of Interest (ROI). If set to FALSE, the XMinClamp, XMaxClamp, YMinClamp, YMaxClamp, ZMinClamp, and ZMaxClamp values will be 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.

See Also

favGetAxisAutoScale, favSetXClamp, favSetYClamp, favSetZClamp