ICustomTrendLine Interface Members
In This Topic
The following tables list the members exposed by ICustomTrendLine.
Public Properties
| Name | Description |
| Text | Gets the text associated with the TrendLine shown in legend. |
Top
Public Methods
| Name | Description |
| Calculate | Calculates the points of the TrendLine to be plotted, the X values and Y values must be returned by GetXValues and GetYValues methods. |
| GetXValues | Returns an array that contains the X values of the TrendLine. |
| GetY | Calculates the value of the TrendLine at specified X value. |
| GetYValues | Returns an array that contains the Y values of the TrendLine. |
Top
See Also