The ICustomTrendLine type exposes the following members.

Methods

  Name Description
Public method Calculate
Calculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues()()()() and GetYValues()()()() methods.
Public method GetXValues
Returns an array that contains the X values of the TrendLine.
Public method GetY
Calculates the value of the TrendLine at specified X value.
Public method GetYValues
Returns an array that contains the Y values of the TrendLine.

Properties

  Name Description
Public property Text
Gets the text associated with the TrendLine shown in legend.

See Also