DataColor

class DataColor

Determines the color that is applied to a particular data value.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The color that is applied to the data value.

Link copied to clipboard

The data value that the color is applied to.

Functions

Link copied to clipboard
inline fun copy(block: DataColor.Builder.() -> Unit = {}): DataColor
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String