DashboardColorScale

data class DashboardColorScale(val colorFillType: DashboardColorFillType, val colors: List<DashboardDataColor>, val nullValueColor: DashboardDataColor? = null)

Constructors

Link copied to clipboard
constructor(colorFillType: DashboardColorFillType, colors: List<DashboardDataColor>, nullValueColor: DashboardDataColor? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the color fill type.

Link copied to clipboard

Determines the list of colors that are applied to the visual.

Link copied to clipboard

Determines the color that is applied to null values.