Admin Production ni-theme
Current Publication

OGLATTR_YAXIS_SCALING

LabWindows/CVI

OGLATTR_YAXIS_SCALING

Data Type: integer
Access:read/write
Functions:OGLGetCtrlAttribute
OGLSetCtrlAttribute
Description: Determines whether the y-axis is scaled automatically based on the plot data or the y-axis is scaled manually using user supplied minimum and maximum values. The minimum and maximum values are specified using OGLATTR_YMIN and OGLATTR_YMAX.
Values:
OGLVAL_AUTO (-1)The axis is scaled automatically based on the data.
OGLVAL_MANUAL (-4)The axis is scaled based on user supplied parameters.
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.0 and later