Enum eTrendLine
Type of Trendline for a chart
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eTrendLineFields
| Name | Description | 
|---|---|
| Exponential | The trendline will be an exponential curve. y = abx | 
| Linear | The trendline will be a linear curve. y = mx + b | 
| Logarithmic | The trendline will be a logarithmic curve y = a log x + b | 
| MovingAvgerage | The trendline will be the moving average. | 
| Polynomial | The trendline will be a polynomial curve. | 
| Power | The trendline will be a power curve. y = axb |