ITrendlineCollection class

ITrendlineCollection class

Represents a collection of TrendlineEx

The ITrendlineCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.
Read-only int.

Gets the element at the specified index. Read-only ITrendline.

Indexer

NameDescription
[index]

Methods

MethodDescription
add(self, trendline_type)Adds the new Trendline at the end of a collection and return it.
remove(self, value)Removes the specified value.

See Also