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

Enumeration Members

Exponential: 0

The trendline is exponential.

Linear: 1

The trendline is linear.

Logarithmic: 2

The trendline is logarithmic.

MovingAverage: 3

The trendline depicts a moving average.

Polynomial: 4

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

Power: 5

The trendline depicts a power curve.