Degrees Property (Chart.RadarOptions)
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