# 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.](/files/Gi9lBMHTG8ee6GKYkODs)

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

**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>               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-numeric-entry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
