[Missing <summary> documentation for "T:OfficeOpenXml.Drawing.Chart.eTrendLine"]
Namespace:
OfficeOpenXml.Drawing.Chart
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public enum eTrendLine |
Visual Basic (Declaration) |
---|
Public Enumeration eTrendLine |
Visual C++ |
---|
public enum class eTrendLine |
Members
Member name | Description | |
---|---|---|
Exponential |
Specifies the trendline shall be an exponential curve in the form
| |
Linear |
Specifies the trendline shall be a logarithmic curve in the form , where log is the natural
| |
Logarithmic |
Specifies the trendline shall be a logarithmic curve in the form , where log is the natural
| |
MovingAvgerage |
Specifies the trendline shall be a moving average of period Period
| |
Polynomial |
Specifies the trendline shall be a polynomial curve of order Order in the form
| |
Power |
Specifies the trendline shall be a power curve in the form
|