Interface CfnTemplate.WaterfallChartGroupColorConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.WaterfallChartGroupColorConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.WaterfallChartGroupColorConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The color configuration for individual groups within a waterfall visual.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
WaterfallChartGroupColorConfigurationProperty waterfallChartGroupColorConfigurationProperty = WaterfallChartGroupColorConfigurationProperty.builder()
.negativeBarColor("negativeBarColor")
.positiveBarColor("positiveBarColor")
.totalBarColor("totalBarColor")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTemplate.WaterfallChartGroupColorConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNegativeBarColor
Defines the color for the negative bars of a waterfall chart.- See Also:
-
getPositiveBarColor
Defines the color for the positive bars of a waterfall chart.- See Also:
-
getTotalBarColor
Defines the color for the total bars of a waterfall chart.- See Also:
-
builder
@Stability(Stable) static CfnTemplate.WaterfallChartGroupColorConfigurationProperty.Builder builder()
-