# Graphical Panel Controls: Bargraph

Bargraph controls display data using a using a simple horizontal or vertical indicator. The value of the associated signal is shown at the top of the control, while the bar graphically depicts the value by coloring in a portion of the bar between the set minimum and maximum values. A bargraph control can also be used as a slider control, which allows input by clicking and dragging the slider to a desired value. Examples of this type of control can be seen in Figure 1.

![Figure 1: Example Bargraph controls, including sliders.](/files/37BcuPLCQkz7pNnycXyv)

Table 1 lists the properties specific to a Bargraph control. A list of common properties for all controls 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: Bargraph Control Properties**

| Property           | Function and Options                                                                                                                                                                   |
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| BarColor           | Double-click to launch the Windows color selector to set the color of the control.                                                                                                     |
| Style              | <p>Sets the bargraph's orientation:</p><ul><li><strong>0-Vertical</strong></li><li><strong>1-Horizontal</strong></li></ul>                                                             |
| IsSlider           | <p>Specifies whether the control is a bargraph or slider:</p><ul><li><strong>0-Bargraph</strong></li><li><strong>1-Slider</strong></li></ul>                                           |
| Set integer values | <p>Sets the input type when used as a slider:</p><ul><li><strong>0-No:</strong> Decimal values will be set.</li><li><strong>1-Yes:</strong> Only integer values will be set.</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-bargraph.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.
