Trigonometric function that works with degree. Please use System.Math for radians
Inheritance Hierarchy
GF.Clients.Charts.Custom.EL.RuntimeTrigEL
Namespace: GF.Clients.Charts.Custom.EL.Runtime
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Methods
Name | Description | |
---|---|---|
![]() ![]() | Atan(Double) |
Returns the angle whose tangent is the specified number.
|
![]() ![]() | Atan(Series) | |
![]() ![]() | Cos(Double) |
Returns the cosine of the specified angle.
|
![]() ![]() | Cos(Series) | |
![]() ![]() | CoTan(Double) |
Returns the cotangent of the specified angle.
|
![]() ![]() | CoTan(Series) | |
![]() ![]() | Sin(Double) |
Returns the sine of the specified angle.
|
![]() ![]() | Sin(Series) | |
![]() ![]() | Tan(Double) |
Returns the tangent of the specified angle.
|
![]() ![]() | Tan(Series) |
See Also