DashboardGeospatialGradientColor

data class DashboardGeospatialGradientColor(val defaultOpacity: Double? = null, val nullDataSettings: DashboardGeospatialNullDataSettings? = null, val nullDataVisibility: DashboardVisibility? = null, val stepColors: List<DashboardGeospatialGradientStepColor>)

Constructors

Link copied to clipboard
constructor(defaultOpacity: Double? = null, nullDataSettings: DashboardGeospatialNullDataSettings? = null, nullDataVisibility: DashboardVisibility? = null, stepColors: List<DashboardGeospatialGradientStepColor>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultOpacity: Double? = null

The default opacity for the gradient color.

Link copied to clipboard

The null data visualization settings.

Link copied to clipboard

The state of visibility for null data.

Link copied to clipboard

A list of gradient step colors for the gradient.