Trendline
Overview
Trendline is a class in Aspose.Slides FOSS for Python.
Inherits from: ITrendline.
Represents a trend line of a chart series.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
trendline_name | str | Read | Is the name identifier of the trendline |
trendline_type | TrendlineType | Read | Specifies the type of the trendline (e.g., linear, exponential) |
backward | float | Read | Defines the number of points the trendline extends backward |
forward | float | Read | |
intercept | float | Read | Sets the Y‑intercept value of the trendline |
display_equation | bool | Read | |
order | int | Read | Determines the polynomial order for polynomial trendlines |
period | int | Read | Sets the period for moving average trendlines |
display_r_squared_value | bool | Read | Indicates whether the R² value is displayed |