Enum TrendlineType

TrendlineType enumeration

Represents the trendline type.

public enum TrendlineType

Values

NameValueDescription
Exponential0Exponential
Linear1Linear
Logarithmic2Logarithmic
MovingAverage3MovingAverage
Polynomial4Polynomial
Power5Power

See Also