TrendlineValues enumeration
Office 2013 and later
Trendline Type
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Exponential | Exponential. When the item is serialized out as xml, its value is "exp". | |
| Linear | Linear. When the item is serialized out as xml, its value is "linear". | |
| Logarithmic | Logarithmic. When the item is serialized out as xml, its value is "log". | |
| MovingAverage | Moving Average. When the item is serialized out as xml, its value is "movingAvg". | |
| Polynomial | Polynomial. When the item is serialized out as xml, its value is "poly". | |
| Power | Power. When the item is serialized out as xml, its value is "power". |
Show: