TrendlineType enumeration

TrendlineType enumeration

Represents type of trend line

The TrendlineType type exposes the following members:

Fields

FieldDescription
EXPONENTIALSpecifies the trendline shall be an exponential curve in the form.
LINEARSpecifies the trendline shall be a line in the form.
LOGARITHMICSpecifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
MOVING_AVERAGESpecifies the trendline shall be a moving average of period Period.
POLYNOMIALSpecifies the trendline shall be a polynomial curve of order Order in the form.
POWERSpecifies the trendline shall be a power curve in the form.

See Also