ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Circle Class / Radius Property



In This Topic
    Radius Property (Circle)
    In This Topic
    Gets or sets the radius of circle annotation.
    Syntax
    'Declaration
     
    
    Public Property Radius As Double
    'Usage
     
    
    Dim instance As Circle
    Dim value As Double
     
    instance.Radius = value
     
    value = instance.Radius
    public double Radius {get; set;}
    public:
    property double Radius {
       double get();
       void set (    double value);
    }
    See Also