Enum TrendlineType
The Trendline type Enumerator.
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public enum TrendlineType
Fields
| Name | Description |
|---|---|
| Exponential | Draws Exponential Trendline. |
| Linear | Draws linear Trendline. |
| Logarithmic | Draws Logarithmic Trendline. |
| MovingAverage | Draws Moving Average Trendline. |
| Polynomial | Draws Polynomial Trendline. |
| Power | Draws Power Trendline. |