The TrendLine type exposes the following members.

Constructors

  Name Description
Public method TrendLine
Initializes a new instance of the TrendLine class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetCoefficients
Returns the calculatedCalculated the coefficients of the TrendLine.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetY
Calculates the value of the TrendLine at the specified value of X.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyChanges
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property CustomTrendLine
Gets or sets the object that provides a user-defined calculation of the TrendLine.
Public property DataArray
Gets or sets the array index of y values that is used for TrendLine.
Public property ForecastBackward
Gets or sets the value that specifies how long the trend line extends in x axis direction relative to the appropriate data minimum.
Public property ForecastForward
Gets or sets the value that specifies how long the trend line extends in x axis direction relative to the appropriate data maximum.
Public property Label
Public property LegendEntry
Gets or sets whether the TrendLine will be shown in legend.
Public property LineStyle
Gets or sets the line style used to plot the TrendLine.
Public property NumTerms
Public property Period
Gets or sets the period of the TrendLine calculation.
Public property PlotLinesMethod
Gets or sets the method used to plot a TrendLine.
Public property PlotNumPoints
Gets or sets the number of points used to plot the TrendLine.
Public property PlotOverData
Gets or sets whether the TrendLine is plotted over or behind the data.
Public property RegressionOptions
Gets the options for calculation of the regression.
Public property RegressionStatistics
Gets the statistical information about calculated regression.
Public property SeriesIndex
Gets or sets the index of the data series that is used to calculate the TrendLine.
Public property SeriesLabel
Gets the label of the data series that is used to calculate the TrendLine.
Public property Text
Gets or sets the text associated with the TrendLine shown in legend.
Public property TrendLineType
Gets or sets the type of TrendLine.
Public property UseYIntercept
Public property Visible
Gets or sets whether the TrendLine is visible.
Public property YIntercept

See Also