ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1RadialGauge Class / Radius Property

In This Topic
    Radius Property (C1RadialGauge)
    In This Topic
    Gets or sets the fraction-based radius of a C1RadialGauge.
    Syntax
    'Declaration
     
    Public Property Radius As System.Double
    public System.double Radius {get; set;}
    Remarks
    1 represents the Min(Width, Height) of the Gauge. 0 represents 0.
    See Also