ATTR_ZOOM_STYLE
Type: | Control attribute |
Description: | Specifies the method used to interactively zoom on the graph viewport. On axes that use the log scale mapping mode, you can select only full decades of the graph for zoom in. |
Control Types: | Graphs. |
Data Type: | integer |
Default Value: | VAL_ZOOM_TO_RECT |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.5 and later |
Values
VAL_ZOOM_AROUND_PT | Select a point around which to zoom in or zoom out. This value has no effect on axes using the log scale mapping mode. |
VAL_ZOOM_TO_RECT | Zoom in to the rectangular region specified by the user. Zoom out by 10% along all axes. |
VAL_ZOOM_XAXIS | Zoom in to the rectangular region specified on the x-axis. Zoom out by 10% along only the x-axis. |
VAL_ZOOM_YAXIS | Zoom in to the rectangular region specified on the y-axis. Zoom out by 10% along only the y-axis. |