If a picture is too large for the picture indicator that displays it, LabVIEW crops the picture so you can see only the pixels that fit within the display region of the indicator. You can display the pixels that do not fit within the display region in the following ways:
- Use the Positioning tool to resize the indicator and run the VI again to view the entire picture. You also can use the Draw Area Size property to resize the indicator programmatically.
- Right-click the indicator and select Visible Items»Scrollbar from the shortcut menu to display scroll bars for the indicator. You also can use the Scrollbar Visible property to display scroll bars for the indicator programmatically.
- Use the Origin property to change the horizontal and vertical coordinates of the origin in the indicator so a different portion of the picture is visible in the indicator.
- Use the Zoom Factor property to scale the image in the indicator.