ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / FlexPie Class / StartAngle Property

In This Topic
    StartAngle Property (FlexPie)
    In This Topic
    Gets or sets the starting angle for the pie slices, in degrees.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("FlexPie.StartAngle", "Gets or sets the starting angle for the pie slices, in degrees.")>
    <DefaultValueAttribute(0)>
    Public Property StartAngle As Double
    [C1Description("FlexPie.StartAngle", "Gets or sets the starting angle for the pie slices, in degrees.")]
    [DefaultValue(0)]
    public double StartAngle {get; set;}
    Remarks
    Angles are measured clockwise, starting at the 9 o'clock position.
    See Also