TrendlineCollection

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

NameTypeAccessDescription
countintReadReturns the number of trendlines in the collection

Methods

SignatureDescription
add(trendline_type: TrendlineType)ITrendlineAdd a new trendline of the specified type.
remove(value: Trendline)Remove a trendline from the collection.