Gauges for WinForms | ComponentOne
Gauges for WinForms Task-Based Help / Setting up the Scale / Adjusting the Starting and Sweep Angles
In This Topic
    Adjusting the Starting and Sweep Angles
    In This Topic

    C1RadialGauge supports various radial shapes including helical, clamshell, and half-circular. We will create these shapes in the next section, but first we can modify the start and sweep angles of the gauge scale to match any of these face shapes.

    The StartAngle property defines an angle for the Minimum value. The StartAngle + SweepAngle properties correspond to the Maximum value.

    Let’s reduce the arc of our scale by setting the StartAngle to -130 and the SweepAngle to 260.

    1. Click the ellipsis button next to the Gauges property in the Properties window. The C1Gauge.Gauges Collection Editor dialog box opens.
    2. Set the StartAngle property to -130.
    3. Set the SweepAngle property to 260.

    Adjust angles
    See Also