Version

TrendlineType Enumeration

Constants which define the various types of trendlines supported by a Infragistics.Documents.Excel.WorksheetChart.
Syntax
public enum TrendlineType : System.Enum 
Members
MemberDescription
ExponentialThe trendline is exponential.
LinearThe trendline is linear.
LogarithmicThe trendline is logarithmic.
MovingAverageThe trendline depicts a moving average.
PolynomialThe trendline depicts a polynomial of order/degree n, when n is specified by the ChartTrendline.PolynomialOrder property.
PowerThe trendline depicts a power curve.
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