Working with Time Series Forecast in a Chart

A predictive time-series forecast runs an algorithm on historical data to predict future values for a specific measure in a planning model.

After adding a time-series forecast chart, you as an application designer can leverage the APIs provided to let end users customize forecast periods and enable automatic forecast in a line chart. For example:

Sample Code
Chart_1.getForecast().setType(ForecastType.Auto);

For more detailed information about the API, refer to Analytics Designer API Reference in the SAP Help Portal.