TrendlineValues Enumeration
Trendline Type
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration TrendlineValues
用法
Dim instance As TrendlineValues
public enum TrendlineValues
Members
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". |