DashboardWaterfallChartGroupColorConfiguration

data class DashboardWaterfallChartGroupColorConfiguration(val negativeBarColor: String? = null, val positiveBarColor: String? = null, val totalBarColor: String? = null)

Constructors

constructor(negativeBarColor: String? = null, positiveBarColor: String? = null, totalBarColor: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the color for the negative bars of a waterfall chart.

Link copied to clipboard

Defines the color for the positive bars of a waterfall chart.

Link copied to clipboard
val totalBarColor: String? = null

Defines the color for the total bars of a waterfall chart.