TrendlineCollection
Contents
[
Hide
]TrendlineCollection class
Represents a collection of all the Trendline objects for the specified data series.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Trendline | Gets a Trendline object by its index. |
Methods
| Name | Description |
|---|---|
| add | Adds a Trendline object to this collection with specified type. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
TrendlineCollection.Count property
Type: int
TrendlineCollection.Item (int) property
Gets a Trendline object by its index.
Type: Trendline
add(type) (1 of 3)
Adds a Trendline object to this collection with specified type.
| Parameter | Type | Description |
|---|---|---|
| type | int | A TrendlineType value. Trendline type. |
Returns: Trendline object index.
add(type, name) (2 of 3)
Adds a Trendline object to this collection with specified type and name.
| Parameter | Type | Description |
|---|---|---|
| type | int | A TrendlineType value. Trendline type. |
| name | String | Trendline name. |
Returns: Trendline object index.
add(value) (3 of 3)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.