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



In This Topic
    Radius Property (RenderSliceEventArgs)
    In This Topic
    Pie radius.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Radius As Double
    'Usage
     
    
    Dim instance As RenderSliceEventArgs
    Dim value As Double
     
    value = instance.Radius
    public double Radius {get;}
    public:
    property double Radius {
       double get();
    }
    See Also