TrendlineType

TrendlineType enumeration

Represents type of trend line

public enum TrendlineType

Values

NameValueDescription
Exponential0Specifies the trendline shall be an exponential curve in the form.
Linear1Specifies the trendline shall be a line in the form.
Logarithmic2Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
MovingAverage3Specifies the trendline shall be a moving average of period Period.
Polynomial4Specifies the trendline shall be a polynomial curve of order Order in the form.
Power5Specifies the trendline shall be a power curve in the form.

See Also