Description
A Trendline object represents a series trendline. To create a Trendline
object, call Trendlines.CreateTrendline .
C#
vb.net
Properties
Name |
Description |
---|---|
For all trendline types except moving average, sets or returns the number of periods the regression should extrapolate backward. | |
For all trendline types except moving average, sets or returns the number of periods the regression should extrapolate forward. | |
For all trendline types except moving average, sets or returns the point on the value axis where the trendline should intercept. | |
Sets or returns the Font object for the Trendline's legend entry. | |
Returns a ChartLine object representing the appearance of the trendline. | |
Sets or returns the name of the trendline. | |
Sets or returns the type of regression used to construct this trendline. | |
Sets the or returns the value used to generate the regression equation. | |
Sets or returns whether the label will contain the equation for the trendline. | |
Sets or returns whether an entry for the trendline will be displayed in the chart legend. | |
Sets or returns whether the label will contain the R-squared value for the Trendline's equation. | |
Returns a ChartText object representing a trendline label. | |
Specifies whether the intercept value will be used by the trendline. |
Methods
Name |
Description |
---|---|
Specifies that the intercept value should not be used. |
Nested Classes
Name |
Description |
---|---|
A Trendline.Regression value specifies the type of trendline to display on the graph. |