Expand Minimize
This topic has not yet been rated - Rate this topic

XlTrendlineType Enumeration

Office 2010

Specifies how the trendline that smoothes out fluctuations in the data is calculated.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
'Declaration
Public Enumeration XlTrendlineType
'Usage
Dim instance As XlTrendlineType
Member nameDescription
xlExponentialUses an equation to calculate the least squares fit through points, for example, y=ab^x .
xlLinearUses the linear equation y = mx + b to calculate the least squares fit through points.
xlLogarithmicUses the equation y = c ln x + b to calculate the least squares fit through points.
xlMovingAvgUses a sequence of averages computed from parts of the data series. The number of points equals the total number of points in the series less the number specified for the period.
xlPolynomialUses an equation to calculate the least squares fit through points, for example, y = ax^6 + bx^5 + cx^4 + dx^3 + ex^2 + fx + g.
xlPowerUses an equation to calculate the least squares fit through points, for example, y = ax^b.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.