New to Kendo UI for Vue? Start a free 30-day trial
SeriesTrendline
Updated on Oct 31, 2025
The configuration options of the series trendlines.
| Name | Type | Default | Description | 
|---|---|---|---|
| forecast? | 
 | The trendline forecast settings. By default, the trendline does not display a forecast. The forecast setting is supported for Linear Trendlines on date and scatter series. | |
| order? | 
 | The order (degree) of the Polynomial trendline. The default value is 2. Accepted values are from 2 to 6: 
 | |
| period? | 
 | The number of intervals to take when calculating averages. The value should be an integer greater than 2. The period setting is supported only for Moving Average trendlines. |