TrendlineType
TrendlineType enumeration
Represents type of trend line
public enum TrendlineType
Values
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
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides