ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / PieRenderer3D Class / Radius Property


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