Interface CfnTemplate.GaugeChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.GaugeChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.GaugeChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
GaugeChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.GaugeChartConfigurationPropertystatic final classAn implementation forCfnTemplate.GaugeChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe color configuration of aGaugeChartVisual.default ObjectThe data label configuration of aGaugeChartVisual.default ObjectThe field well configuration of aGaugeChartVisual.default ObjectThe options that determine the presentation of theGaugeChartVisual.default ObjectThe general visual interactions setup for a visual.default ObjectThe tooltip configuration of aGaugeChartVisual.default ObjectThe visual palette configuration of aGaugeChartVisual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColorConfiguration
The color configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnTemplate.GaugeChartColorConfigurationProperty- See Also:
-
getDataLabels
The data label configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnTemplate.DataLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnTemplate.GaugeChartFieldWellsProperty- See Also:
-
getGaugeChartOptions
The options that determine the presentation of theGaugeChartVisual.Returns union: either
IResolvableorCfnTemplate.GaugeChartOptionsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplate.VisualInteractionOptionsProperty- See Also:
-
getTooltipOptions
The tooltip configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnTemplate.TooltipOptionsProperty- See Also:
-
getVisualPalette
The visual palette configuration of aGaugeChartVisual.Returns union: either
IResolvableorCfnTemplate.VisualPaletteProperty- See Also:
-
builder
-