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

In This Topic
    Start Property (ChartPolar)
    In This Topic
    Gets or sets the starting angle, measured counter-clockwise from the 12 o'clock position.

    The angle is measured in degrees if the Degrees property is true, radians otherwise.

    Syntax
    'Declaration
     
    Public Property Start As Double
    public double Start {get; set;}
    See Also