AnalysisDataColor

data class AnalysisDataColor(val color: String? = null, val dataValue: Double? = null)

Constructors

Link copied to clipboard
constructor(color: String? = null, dataValue: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val color: String? = null

The color that is applied to the data value.

Link copied to clipboard
val dataValue: Double? = null

The data value that the color is applied to.