Click or drag to resize

MathRoutinesRadiansAsDegrees Method

LightningChart .NET Help
Convert radians to degrees.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static double RadiansAsDegrees(
	double value
)

Parameters

value
Type: SystemDouble
Radians value.

Return Value

Type: Double
Degrees value.
See Also