ITrendlineCollection
ITrendlineCollection interface
Represents a collection of TrendlineEx
public interface ITrendlineCollection : IEnumerable<ITrendline>
Properties
Name | Description |
---|
AsIEnumerable { get; } | Allows to get base IEnumerable interface. Read-only IEnumerable. |
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 ITrendline . |
Methods
Name | Description |
---|
Add(TrendlineType) | Adds the new Trendline at the end of a collection and return it. |
Remove(ITrendline) | Removes the specified value. |
See Also