A GridView is a Control that acts like an interactive version of a scatterplot. It shows a rectangular region of the cartesian plane, which can be panned or zoomed using the keyboard or mouse. GridViews are often accompanied by GridAxes.

Properties (Shift-Control-Click)

Options (Control-Click)

Mouse Interactions

The mouse can be used to pan and zoom the cartesian region shown in the view. To zoom instead of pan, press Shift while dragging. Diagonal drags work in the expected way.

Keyboard Interactions

The keyboard can be used to pan and zoom the cartesian region shown in the view. To zoom instead of pan, press Shift with the desired key. For pans, a block is 100% of the width/height of the view, and a unit is 10% of the width/height of the view. For zooms, a block is x2, and a unit is x1.1. The other number keys on the numeric keypad pan/zoom diexpected.