Work with Time Series Forecast in Charts in Analytic Applications

You can use APIs to enable predictive time series forecasts on the data within time series or line charts in your analytic applications.

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

You can leverage the following API to let application users enable automatic forecast on a chart Chart_1:

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

You can also customize the number of forecast periods via API. For more detailed information, refer to Analytics Designer API Reference.