Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Chart.PolarOptions Class / Start Property

In This Topic
    Start Property (Chart.PolarOptions)
    In This Topic
    Gets or sets the starting angle of Radar and Polar chart.
    Syntax
    'Declaration
     
    Public Property Start As Double
    public double Start {get; set;}
    Remarks
    The angle is measured in degrees if the Degrees property is true, radians otherwise. The angle is measured in the counter-clockwise direction from the 12 o'clock position.
    See Also