Interface CfnAnalysis.GaugeChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GaugeChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.GaugeChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
GaugeChartVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.GaugeChartConfigurationProperty
static final class
An implementation forCfnAnalysis.GaugeChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The data label configuration of aGaugeChartVisual
.default Object
The field well configuration of aGaugeChartVisual
.default Object
The options that determine the presentation of theGaugeChartVisual
.default Object
The tooltip configuration of aGaugeChartVisual
.default Object
The visual palette configuration of aGaugeChartVisual
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLabels
The data label configuration of aGaugeChartVisual
.- See Also:
-
getFieldWells
The field well configuration of aGaugeChartVisual
.- See Also:
-
getGaugeChartOptions
The options that determine the presentation of theGaugeChartVisual
.- See Also:
-
getTooltipOptions
The tooltip configuration of aGaugeChartVisual
.- See Also:
-
getVisualPalette
The visual palette configuration of aGaugeChartVisual
.- See Also:
-
builder
-