Enum eTrendLine
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Type of Trendline for a chart
public enum eTrendLine
Fields
Exponential = 0
The trendline will be an exponential curve. y = abx
Linear = 1
The trendline will be a linear curve. y = mx + b
Logarithmic = 2
The trendline will be a logarithmic curve y = a log x + b
MovingAverage = 3
The trendline will be the moving average.
Polynomial = 4
The trendline will be a polynomial curve.
Power = 5
The trendline will be a power curve. y = axb