ComponentOne Extender Controls for ASP.NET Web Forms
Wijmo Control Toolkit Extender Controls / Gauge Extenders / C1RadialGaugeExtender / C1RadialGaugeExtender Tutorial / Step 2 of 3: Customizing the Gauge
In This Topic
    Step 2 of 3: Customizing the Gauge
    In This Topic

    In this topic you will set some of the properties for the C1RadialGaugeExtender.

    1. Select View | Properties Window in the Visual Studio menu.
    2. Click the drop-down list at the top of the Properties window and select Panel1_C1RadialGaugeExtender.
    3. Set the C1GaugeExtender.Value property to 90.
    4. Expand the Cap node, then expand the Style node, and then expand the Fill node. Set the Color property to Red using the color picker.
    5. Expand the Pointer node, then expand the Style node, and then expand the Fill node. Set the Color property to Red using the color picker.
    6. Expand the TickMinor node and set the Visible property to True.
    7. Now run the project to see the formatted gauge.