Enum TrendlineTypes
Specifies the type of trendlines.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum TrendlineTypes
Fields
| Name | Description |
|---|---|
| Exponential | Renders an exponential trendline. |
| Linear | Renders a linear trendline. |
| Logarithmic | Renders a logarithmic trendline. |
| MovingAverage | Renders a moving average trendline. |
| Polynomial | Renders a polynomial trendline. |
| Power | Renders a power trendline. |