ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / PieStartAngle Property

In This Topic
    PieStartAngle Property (Chart)
    In This Topic
    For Pie charts, gets or sets the starting angle of the first slice (in degrees, counter-clockwise from the X axis).
    Syntax
    'Declaration
     
    Public Property PieStartAngle As Integer
    public int PieStartAngle {get; set;}
    See Also