# Graphical Panel Controls: Text Display

Text Display boxes are output controls that can be configured to show static text for labeling items, or dynamic text showing signal values. Figure 1 shows examples of conventional text and group box controls (see below for more details).

![Figure 1: Example Text Display controls.](/files/XZAAZZgzGy1SQlk2FT2C)

Table 1 lists the properties specific to a Text Display 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: Text Display Control Properties**

| Property     | Function and options                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| BorderStyle  | Text Display controls have an additional **BorderStyle** property value, beyond those described under [Common Control](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-tools/graphical-panel-controls-common-control-properties.md) Properties: **5-GroupBox**. When selected, this specifies that the control defines a box that can be used to group other controls, as shown in Figure 1. |
| LCD Digits   | Enables LCD mode. A value of 0 causes the control to display text in its default manner; a larger value switches the control to show numbers in a LCD type view; see "123" in Figure 1 for an example.                                                                                                                                                                                                                                            |
| LCD Decimals | Specifies the number of digits to show after the decimal point.                                                                                                                                                                                                                                                                                                                                                                                   |


---

# 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-text-display.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.
