Solution
The zoom in and zoom out feature in LabVIEW is only available starting from LabVIEW 2023 Q3. Meaning that version earlier than 2023 Q3 will not have this feature available.
There are a few ways to utilize the zoom feature in LabVIEW 2023 Q3:
- Using the View menu
- Select View>Toggle Zoom from the menu, the diagram will zoom out to fill the entire window. LabVIEW will restore the zoom level to its previous value when the same menu command is used a second time, but the diagram will be centered around the current mouse position.
- Using Ctrl (Cmd on MacOS) and the scroll wheel of the mouse can also be used to zoom in or out. A tip strip displays the zoom level percentage when zooming. To return to 100% zoom, use View>>Actual Size.
- Using keyboard shortcuts, new keyboard shortcuts include:
- View>Zoom In: Ctrl-+ (or Ctrl-=)
- View>Zoom out: Ctrl--
- View>Actual Size: Ctrl-0
- View>Toggle Zoom: F2
Check out the
new features of LabVIEW 2023 Q3 to discover newly added and improved features in LabVIEW 2023 Q3.