DataColorPalette

The theme colors that are used for data colors in charts. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5.

Types

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

Properties

Link copied to clipboard

The hexadecimal codes for the colors.

Link copied to clipboard

The hexadecimal code of a color that applies to charts where a lack of data is highlighted.

Link copied to clipboard

The minimum and maximum hexadecimal codes that describe a color gradient.

Functions

Link copied to clipboard
inline fun copy(block: DataColorPalette.Builder.() -> Unit = {}): DataColorPalette
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