New to Kendo UI for AngularStart a free 30-day trial

SeriesTrendlineForecastComponent

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

Selector

kendo-chart-series-item-trendline-forecast

Inputs

NameTypeDefaultDescription

after

number

Specifies the number of periods after the series.

before

number

Specifies the number of periods before the series.

forecast

TrendlineForecast

Specifies 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.

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

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support