SeriesTrendlineForecastComponent
Component
Represents the configuration options of the Chart trendline forecast (see example).
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-series-item-trendline-forecast
Inputs
after
number
Specifies the number of periods after the series.
before
number
Specifies the number of periods before the series.
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
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.
Parameters:changesany
An object containing the updated input fields.