Version

Order Property

Specifies the order/degree of the polynomial function which defines the trendline. Applicable only when the TrendlineType property is set to Polynomial.
Syntax
public TrendlinePolynomialOrder Order {get; set;}
Remarks

This property is only applicable when the TrendlineType property is set to Polynomial.

Trendlines support second-degree through sixth-degree polynomials.

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