Gauges for WinForms | ComponentOne
Gauges for WinForms Task-Based Help / Adding Ranges / Enhancing Your Ranges
In This Topic
    Enhancing Your Ranges
    In This Topic

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

    1. Click the ellipsis button next to the 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 property to a different value than Width.

    To enhance the graphic rendering of ranges without borders, set the AntiAliasing to a higher quality.

    To create a moveable range that is bound to the pointer value, set the ToPointerIndex 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 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 property to False.

    See Also