ThemeConfigurationDataColorPaletteArgs

data class ThemeConfigurationDataColorPaletteArgs(val colors: Output<List<String>>? = null, val emptyFillColor: Output<String>? = null, val minMaxGradients: Output<List<String>>? = null) : ConvertibleToJava<ThemeConfigurationDataColorPaletteArgs>

Constructors

Link copied to clipboard
constructor(colors: Output<List<String>>? = null, emptyFillColor: Output<String>? = null, minMaxGradients: Output<List<String>>? = null)

Properties

Link copied to clipboard
val colors: Output<List<String>>? = null

List of hexadecimal codes for the colors. Minimum of 8 items and maximum of 20 items.

Link copied to clipboard
val emptyFillColor: Output<String>? = null

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

Link copied to clipboard
val minMaxGradients: Output<List<String>>? = null

The minimum and maximum hexadecimal codes that describe a color gradient. List of exactly 2 items.

Functions

Link copied to clipboard
open override fun toJava(): ThemeConfigurationDataColorPaletteArgs