ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Double
    public System.double StartAngle {get; set;}
    Remarks
    Angles are measured clockwise, starting at the 9 o'clock position.
    See Also