FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartPie Class / Start Property

In This Topic
    Start Property (ChartPie)
    In This Topic
    Gets or sets the starting angle of the first Pie slice, in degrees. The angle represents the arc between the most clockwise edge of the first slice and the right horizontal radius of the pie, as measured in the counter-clockwise direction.
    Syntax
    'Declaration
     
    Public Property Start As Integer
    public int Start {get; set;}
    See Also