# Graphical Panel Controls: Numeric Entry

A Numeric Entry control allows you to input numeric data into a graphical panel. Values can be typed in using the keyboard and/or changed via the up and down arrows within the control. Minimum and maximum values can also be specified to restrict entry to a particular value range.

![Figure 1: An example Numeric Entry control.](https://content.gitbook.com/content/9uNvoSkR7R6QY16gR3CY/blobs/f49nGFVuFqgx4kYAabu9/gpctrlNumericEntry.gif)

Table 1 contains the properties specific to a Numeric Entry control. A list of common properties can be found under [Common Control Properties](https://docs.intrepidcs.com/vspy-3-documentation/3.9.14/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-common-control-properties).

**Table 1: Numeric Entry Control Properties**

| Property    | Function and Options                                                                                                                                       |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Style       | <p>Specifies the format for the control:</p><ul><li><strong>Hexadecimal</strong></li><li><strong>Integer</strong></li><li><strong>Float</strong></li></ul> |
| Interval    | The amount by which the current value is incremented by the up arrow or decremented by the down arrow when either is pressed.                              |
| UpDownAlign | <p>Sets the location of the up/down arrows within the control:</p><ul><li><strong>0-Left</strong></li><li><strong>1-Right</strong></li></ul>               |
