Version

Insert Method (TrendlineCollection)

Inserts a new Trendline into the collection at the specified index.
Syntax
public Trendline Insert( 
   int index
)

Parameters

index
The index at which to insert the new trendline.

Return Value

The newly inserted Trendline
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also