AnalysisForecastConfiguration

data class AnalysisForecastConfiguration(val forecastProperties: AnalysisTimeBasedForecastProperties? = null, val scenario: AnalysisForecastScenario? = null)

Constructors

Link copied to clipboard
constructor(forecastProperties: AnalysisTimeBasedForecastProperties? = null, scenario: AnalysisForecastScenario? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The forecast properties setup of a forecast in the line chart.

Link copied to clipboard

The forecast scenario of a forecast in the line chart.