TrendlineType enumeration
Contents
[
Hide
]TrendlineType enumeration
Represents type of trend line
The TrendlineType type exposes the following members:
Fields
| Field | Description |
|---|---|
| EXPONENTIAL | Specifies the trendline shall be an exponential curve in the form. |
| LINEAR | Specifies the trendline shall be a line in the form. |
| LOGARITHMIC | Specifies the trendline shall be a logarithmic curve in the form , where log is the natural logarithm. |
| MOVING_AVERAGE | 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. |
See Also
- module
aspose.slides.charts - library
Aspose.Slides