# Enhancing Your Ranges

Learn how to enhance the look and feel of the ranges used in the C1Gauge control. See more demos, documentation, and samples here.

## Content



There are several properties you can use to further enhance your ranges.

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.  Select the desired **Range** and set any of the properties described below.

To create a non-linear range, set the [Width2](/componentone/docs/win/online-gauges/) property to a different value than [Width](/componentone/docs/win/online-gauges/).

To enhance the graphic rendering of ranges without borders, set the [AntiAliasing](/componentone/docs/win/online-gauges/) to a higher quality.

To create a moveable range that is bound to the pointer value, set the [ToPointerIndex](/componentone/docs/win/online-gauges/) property to the index of the pointer (a high value such as 100 will bind to the main pointer at all times). You can also bind the low end of a range to a pointer using the [FromPointerIndex](/componentone/docs/win/online-gauges/) property.

To use a range as the gauge value indicator (such as with a thermometer gauge), set the ToPointerIndex property to the index of your pointer and then set the pointer’s [Visible](/componentone/docs/win/online-gauges/) property to **False**.

## See Also

[Adding Captions](/componentone/docs/win/online-gauges/gaugesforwinformstas/addingcaptions)