Interface CfnAnalysis.GaugeChartColorConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GaugeChartColorConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.GaugeChartColorConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The color configuration of a
GaugeChartVisual .
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.*;
GaugeChartColorConfigurationProperty gaugeChartColorConfigurationProperty = GaugeChartColorConfigurationProperty.builder()
.backgroundColor("backgroundColor")
.foregroundColor("foregroundColor")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.GaugeChartColorConfigurationPropertystatic final classAn implementation forCfnAnalysis.GaugeChartColorConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBackgroundColor
The background color configuration of aGaugeChartVisual.- See Also:
-
getForegroundColor
The foreground color configuration of aGaugeChartVisual.- See Also:
-
builder
-