DashboardDataBarsOptions

data class DashboardDataBarsOptions(val fieldId: String, val negativeColor: String? = null, val positiveColor: String? = null)

Constructors

Link copied to clipboard
constructor(fieldId: String, negativeColor: String? = null, positiveColor: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The field ID for the data bars options.

Link copied to clipboard
val negativeColor: String? = null

The color of the negative data bar.

Link copied to clipboard
val positiveColor: String? = null

The color of the positive data bar.