Description
Trendlines is a collection of all Trendline objects associated with a data series in a chart. To return a Trendlines collection, use Series.Trendlines .
Signature: C#
Signature: VB.NET
Properties
| Name | Description |
|---|---|
| Count | Returns the number of Trendline objects in the Trendlines collection. |
Indexers
| Name | Description |
|---|---|
| Item(Int32) | Returns the Trendline object at the specified 0-based index. |
Methods
| Name | Description |
|---|---|
| CreateTrendline(Regression) | Creates a new Trendline object that is automatically added to the Trendlines collection. |
| GetEnumerator() | Returns an IEnumerator for the Trendlines in a Series |
| Remove(Int32) | Removes the Trendline at the specified index from the collection. |
| Remove(Trendline) | Removes the specified Trendline from the collection. |
