ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1RadialGauge Class / SweepAngle Property

In This Topic
    SweepAngle Property (C1RadialGauge)
    In This Topic
    Sweep angle for the C1RadialGauge values. The Maximum value will be placed at StartAngle + SweepAngle.
    Syntax
    'Declaration
     
    
    Public Property SweepAngle As Double
    public double SweepAngle {get; set;}
    See Also