TrendlineType Enumeration |
Represents type of trend line
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum TrendlineType
Public Enumeration TrendlineType
public enum class TrendlineType
Members|
| Member name | Value | Description |
|---|
| Exponential | 0 |
Specifies the trendline shall be an exponential curve in the form.
|
| Linear | 1 |
Specifies the trendline shall be a line in the form.
|
| Logarithmic | 2 |
Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm.
|
| MovingAverage | 3 |
Specifies the trendline shall be a moving average of period Period.
|
| Polynomial | 4 |
Specifies the trendline shall be a polynomial curve of order Order in the form.
|
| Power | 5 |
Specifies the trendline shall be a power curve in the form.
|
See Also