[]
Represents a collection of all ITrendline objects for the specified series. Each Trendline object represents a trendline in a chart. A trendline shows the trend, or direction, of data in a series.
public interface ITrendlines : IEnumerable<ITrendline>, IEnumerable
Public Interface ITrendlines
Inherits IEnumerable(Of ITrendline), IEnumerable
| Name | Description |
|---|---|
| Count | Returns the number of objects in the collection. |
| this[int] | Returns a single object from a collection. |
| Parent | Returns the parent object for the specified object. |
| Name | Description |
|---|---|
| Add() | Creates a new trendline. |