Series.Trendlines(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of all the trendlines for the series.
public object Trendlines (object Index);
abstract member Trendlines : obj -> obj
Public Function Trendlines (Optional Index As Object) As Object
Parameters
- Index
- Object
Returns
A Trendlines object that represents all the treadlines for the series.
Examples
This example adds a linear trendline to series one for the first chart in the active document.