public static interface DataColorPalette.Builder extends SdkPojo, CopyableBuilder<DataColorPalette.Builder,DataColorPalette>
| Modifier and Type | Method and Description |
|---|---|
DataColorPalette.Builder |
colors(Collection<String> colors)
The hexadecimal codes for the colors.
|
DataColorPalette.Builder |
colors(String... colors)
The hexadecimal codes for the colors.
|
DataColorPalette.Builder |
emptyFillColor(String emptyFillColor)
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
|
DataColorPalette.Builder |
minMaxGradient(Collection<String> minMaxGradient)
The minimum and maximum hexadecimal codes that describe a color gradient.
|
DataColorPalette.Builder |
minMaxGradient(String... minMaxGradient)
The minimum and maximum hexadecimal codes that describe a color gradient.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataColorPalette.Builder colors(Collection<String> colors)
The hexadecimal codes for the colors.
colors - The hexadecimal codes for the colors.DataColorPalette.Builder colors(String... colors)
The hexadecimal codes for the colors.
colors - The hexadecimal codes for the colors.DataColorPalette.Builder minMaxGradient(Collection<String> minMaxGradient)
The minimum and maximum hexadecimal codes that describe a color gradient.
minMaxGradient - The minimum and maximum hexadecimal codes that describe a color gradient.DataColorPalette.Builder minMaxGradient(String... minMaxGradient)
The minimum and maximum hexadecimal codes that describe a color gradient.
minMaxGradient - The minimum and maximum hexadecimal codes that describe a color gradient.DataColorPalette.Builder emptyFillColor(String emptyFillColor)
The hexadecimal code of a color that applies to charts where a lack of data is highlighted.
emptyFillColor - The hexadecimal code of a color that applies to charts where a lack of data is highlighted.Copyright © 2023. All rights reserved.