TrendlineType

Constants which define the various types of trendlines supported by a [[WorksheetChart]].

The trendline is exponential.

Exponential = 0

The trendline is linear.

Linear = 1

The trendline is logarithmic.

Logarithmic = 2

The trendline depicts a moving average.

MovingAverage = 3

The trendline depicts a polynomial of order/degree n, when n is specified by the ChartTrendline.PolynomialOrder property.

Polynomial = 4

The trendline depicts a power curve.

Power = 5