favSetFixedAspect

AVVIEWER Subroutine: Enables or disables the fixed aspect ratio setting.

Module: USE AVVIEWER

Syntax

favSetFixedAspect (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, Fixed Aspect Ratio is enabled; if set to FALSE, 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

For Image Map graphs, when Fixed Aspect Ratio is enabled, the relative lengths of the X and Y axis don't change as the graph is resized. If it is disabled, the X and Y axis will be independently scaled to fit the view area.

See Also

favGetFixedAspect