TrendlineCollection
TrendlineCollection class
Represents a collection of Trendline
public class TrendlineCollection : DomObject<ChartSeries>, ITrendlineCollection
Properties
Name | Description |
---|
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
Name | Description |
---|
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