TrendlineCollection

TrendlineCollection class

Represents a collection of Trendline

public class TrendlineCollection : DomObject<ChartSeries>, ITrendlineCollection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection. Read-only Int32.
Item { get; }Gets the element at the specified index. Read-only Trendline.

Methods

NameDescription
Add(TrendlineType)Adds the new Trendline at the end of a collection and return it.
GetEnumerator()Returns an enumerator that iterates through the collection.
Remove(ITrendline)Removes the specified value.

See Also