New to Kendo UI for Angular? Start a free 30-day trial

SeriesTrendlineForecastComponent

The configuration options of the Chart trendline forecast (see example).

Selector

kendo-chart-series-item-trendline-forecast

Inputs

NameTypeDefaultDescription

after

number

The number of intervals to extend the trendline after the last data point.

before

number

The number of intervals to extend the trendline before the first data point.

forecast

TrendlineForecast

The series trendline forecast settings.

The forecast option is supported when series.type is set to "linearTrendline" and the parent series are either date series, "scatter" or "scatterLine" series.

Methods

notifyChanges

Updates the component fields with the specified values and refreshes the Chart.

Use this method when the configuration values cannot be set through the template.

item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article

Not finding the help you need?