Version

TrendlineType Enumeration

Constants which define the various types of trendlines supported by a Infragistics.Documents.Excel.WorksheetChart.
Syntax
'Declaration
 
Public Enum TrendlineType 
   Inherits System.Enum
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also