ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / C1FlexRadar Class / StartAngle Property



In This Topic
    StartAngle Property (C1FlexRadar)
    In This Topic
    Gets or set the starting angle.
    Syntax
    'Declaration
     
    
    Public Property StartAngle As Double
    'Usage
     
    
    Dim instance As C1FlexRadar
    Dim value As Double
     
    instance.StartAngle = value
     
    value = instance.StartAngle
    public double StartAngle {get; set;}
    public:
    property double StartAngle {
       double get();
       void set (    double value);
    }
    See Also