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



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