| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataColorPalette |
DataColorPalette.clone() |
DataColorPalette |
ThemeConfiguration.getDataColorPalette()
Color properties that apply to chart data colors.
|
DataColorPalette |
DataColorPalette.withColors(Collection<String> colors)
The hexadecimal codes for the colors.
|
DataColorPalette |
DataColorPalette.withColors(String... colors)
The hexadecimal codes for the colors.
|
DataColorPalette |
DataColorPalette.withEmptyFillColor(String emptyFillColor)
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
|
DataColorPalette |
DataColorPalette.withMinMaxGradient(Collection<String> minMaxGradient)
The minimum and maximum hexadecimal codes that describe a color gradient.
|
DataColorPalette |
DataColorPalette.withMinMaxGradient(String... minMaxGradient)
The minimum and maximum hexadecimal codes that describe a color gradient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemeConfiguration.setDataColorPalette(DataColorPalette dataColorPalette)
Color properties that apply to chart data colors.
|
ThemeConfiguration |
ThemeConfiguration.withDataColorPalette(DataColorPalette dataColorPalette)
Color properties that apply to chart data colors.
|
Copyright © 2023. All rights reserved.