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



In This Topic
    StartAngle Property (C1FlexPie)
    In This Topic
    Gets or sets the starting angle for the pie slices, in degrees.
    Syntax
    'Declaration
     
    
    Public Property StartAngle As Double
    'Usage
     
    
    Dim instance As C1FlexPie
    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);
    }
    Remarks
    Angles are measured clockwise, starting at the 9 o'clock position.
    See Also