TrigEL Class

GF Charts Help
Trigonometric function that works with degree. Please use System.Math for radians
Inheritance Hierarchy

SystemObject
  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

public static class TrigEL
Methods

  NameDescription
Public methodStatic memberAtan(Double)
Returns the angle whose tangent is the specified number.
Public methodStatic memberAtan(Series)
Public methodStatic memberCos(Double)
Returns the cosine of the specified angle.
Public methodStatic memberCos(Series)
Public methodStatic memberCoTan(Double)
Returns the cotangent of the specified angle.
Public methodStatic memberCoTan(Series)
Public methodStatic memberSin(Double)
Returns the sine of the specified angle.
Public methodStatic memberSin(Series)
Public methodStatic memberTan(Double)
Returns the tangent of the specified angle.
Public methodStatic memberTan(Series)
Top
See Also

Reference