Enum TrendlineType
Specifies the type of Trendline to be displayed.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum TrendlineType
Fields
| Name | Description |
|---|---|
| Exponential | Represents the TrendlineType as Exponential. |
| Linear | Represents the TrendlineType as Linear. |
| Logarithmic | Represents the TrendlineType as Logarithmic. |
| Polynomial | Represents the TrendlineType as Polynomial. |
| Power | Represents the TrendlineType as Power. |