ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge 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 unless the scale is reversed.
    Syntax
    'Declaration
     
    Public Property SweepAngle As System.Double
    public System.double SweepAngle {get; set;}
    See Also