TrendLine Properties
A trend line for Chart series.| Name | Description |
|---|---|
| Effects | Gets or sets shape effects for the chart element. Inherited from ChartElement. |
| EquationLabel | Gets or sets label settings for equation text. |
| Fill | Gets or sets fill settings for the chart element. Inherited from ChartElement. |
| ForecastBackward | Gets or sets the number of points to forecast backward. |
| ForecastForward | Gets or sets the number of points to forecast forward. |
| Intercept | Gets or sets the point where the trendline crosses the value axis. |
| MovingAveragePeriod |
Gets or sets the period of the moving-average trendline when TrendLine.Type is MovingAverage.
|
| Name | Gets or sets the trend line name. |
| OutlineStyle | Gets or sets outline settings for the chart element. Inherited from ChartElement. |
| PolynomialOrder | Gets or sets the polynomial order for a polynomial trend line. |
| ShowEquationLabel | Gets or sets whether the trend line equation is displayed. |
| ShowRSquaredValue | Gets or sets whether the R-squared value is displayed. |
| Type | Gets or sets the trend line type. |
See Also