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 .
C#
vb.net
Properties
Name |
Description |
---|---|
Returns the number of Trendline objects in the Trendlines collection. |
Indexers
Name |
Description |
---|---|
Returns the Trendline object at the specified 0-based index. |
Methods
Name |
Description |
---|---|
Creates a new Trendline object that is automatically added to the Trendlines collection. | |
Returns an IEnumerator for the Trendlines in a Series |
|
Removes the Trendline at the specified index from the collection. | |
Removes the specified Trendline from the collection. |