Enum PivotChartTrendlineTypes
Defines the type of trendlines. They are: Linear - Defines the linear trendline. Exponential - Defines the exponential trendline. Polynomial - Defines the polynomial trendline. Power - Defines the power trendline. Logarithmic - Defines the logarithmic trendline. MovingAverage - Defines the moving average trendline.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartTrendlineTypes
Fields
| Name | Description |
|---|---|
| Exponential | Exponential - Defines the exponential trendline. |
| Linear | Linear - Defines the linear trendline. |
| Logarithmic | Logarithmic - Defines the logarithmic trendline. |
| MovingAverage | MovingAverage - Defines the moving average trendline. |
| Polynomial | Polynomial - Defines the polynomial trendline. |
| Power | Power - Defines the power trendline. |