TrendlineCollection
Overview
TrendlineCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: ITrendlineCollection.
Represents a collection of Trendline objects for a chart series.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the number of trendlines in the collection |
Methods
| Signature | Description |
|---|---|
add(trendline_type: TrendlineType) → ITrendline | Add a new trendline of the specified type. |
remove(value: Trendline) | Remove a trendline from the collection. |