ComponentOne Gauges for WPF and Silverlight
About C1Gauges / Using C1Knob / C1Knob StartAngle and SweepAngle
In This Topic
    C1Knob StartAngle and SweepAngle
    In This Topic

    Once the range has been defined, you can specify the angles that match the C1Gauge.Minimum and C1Gauge.Maximum values. The C1RadialGauge.StartAngle defines the position of the pointer when the C1Gauge.Value property is set to the Minimum value in the range. The C1RadialGauge.SweepAngle specifies the rotation added to the StartAngle when the Value property is set to the Maximum value in the range.

    All angles are specified in degrees, measured clockwise from the top of the control. The angles may be negative, but the absolute value of the SweepAngle may not exceed 360 degrees.