Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets the specified TrendLine from the collection by numeric index. |
The following tables list the members exposed by TrendLinesCollection.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets the specified TrendLine from the collection by numeric index. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified TrendLine to the collection. |
![]() | AddNewTrendLine | Creates a new TrendLine and appends it to the collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether the specified TrendLine exists in the collection. |
![]() | CopyTo | Copies the collection of TrendLines beginning with the specified index to the specified array of TrendLinesCollection objects. |
![]() | IndexOf | Gets the current index of the specified TrendLines in the collection. |
![]() | Insert | Inserts the specified TrendLine in the collection at the specified index. |
![]() | Remove | Removes the specified TrendLine from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |