DashboardForecastConfiguration

data class DashboardForecastConfiguration(val forecastProperties: DashboardTimeBasedForecastProperties? = null, val scenario: DashboardForecastScenario? = null)

Constructors

Link copied to clipboard
constructor(forecastProperties: DashboardTimeBasedForecastProperties? = null, scenario: DashboardForecastScenario? = 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.