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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.GaugeChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.GaugeChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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 tooltip configuration of aGaugeChartVisual.default ObjectThe 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
-