Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart.PolarOptions Class / Degrees Property

In This Topic
    Degrees Property (Chart.PolarOptions)
    In This Topic
    Gets or sets whether the Start value reflects angles in degrees (true) or radians (false) for Radar and Polar chart.
    Syntax
    'Declaration
     
    Public Property Degrees As Boolean
    public bool Degrees {get; set;}
    See Also