[]
The TrendLinesCollection class contains TrendLines associated with the ChartData object.
public class TrendLinesCollection : CollectionBase, IList, ICollection, IEnumerable
| Name | Description |
|---|---|
| this[int] | Gets the specified TrendLine from the collection by numeric index. |
| Name | Description |
|---|---|
| Add(TrendLine) | Adds the specified TrendLine to the collection. |
| AddNewTrendLine() | Creates a new TrendLine and appends it to the collection. |
| Contains(TrendLine) | Determines whether the specified TrendLine exists in the collection. |
| CopyTo(TrendLine[], int) | Copies the collection of TrendLines beginning with the specified index to the specified array of TrendLinesCollection objects. |
| IndexOf(TrendLine) | Gets the current index of the specified TrendLines in the collection. |
| Insert(int, TrendLine) | Inserts the specified TrendLine in the collection at the specified index. |
| OnClearComplete() | |
| OnInsert(int, object) | |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| OnSetComplete(int, object, object) | |
| Remove(TrendLine) | Removes the specified TrendLine from the collection. |