# Creating a Numeric Indicator

Learn how to create a numerical indicator in C1Gauge control. See more demos, documentation, and samples here.

## Content



To add a numeric indicator, follow these steps:

1.  Click the **ellipsis** button next to the [Gauges](/componentone/docs/win/online-gauges/) property in the Properties window. The **C1Gauge.Gauges Collection Editor** dialog box opens.
2.  Click the **ellipsis** button next to **Decorators**. The **Decorators Collection Editor** opens.
3.  Click the **Add** drop-down arrow and select [C1GaugeSingleLabel](/componentone/docs/win/online-gauges/).
4.  To bind the C1GaugeSingleLabel to the pointer value, simply set the [PointerIndex](/componentone/docs/win/online-gauges/) to **1**.
5.  To position the C1GaugeSingleLabel, set its [Angle](/componentone/docs/win/online-gauges/) property to **180** and [Location](/componentone/docs/win/online-gauges/) to **80**. This will position the label centered below our caption. You can increase the [FontSize](/componentone/docs/win/online-gauges/) to 12.

<br />![Numeric indicator](https://cdn.mescius.io/document-site-files/images/2003d53a-81bd-40aa-82c0-56cd09293e5d/imagesext/image12_19.png)

Notice, we can also apply Value Colors to this **SingleLabel**, meaning the label could be Yellow for the given value above. You would just apply the same set of Value Colors as we did for the State Indicator.

## See Also

[Adding a Glass Effect](/componentone/docs/win/online-gauges/gaugesforwinformstas/addingaglasseffect)