Interface CfnDashboard.RadarChartAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.RadarChartAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.RadarChartAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field well configuration of a
RadarChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.RadarChartAggregatedFieldWellsPropertystatic final classAn implementation forCfnDashboard.RadarChartAggregatedFieldWellsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe aggregated field well categories of a radar chart.default ObjectgetColor()The color that are assigned to the aggregated field wells of a radar chart.default ObjectThe values that are assigned to the aggregated field wells of a radar chart.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategory
The aggregated field well categories of a radar chart.- See Also:
-
getColor
The color that are assigned to the aggregated field wells of a radar chart.- See Also:
-
getValues
The values that are assigned to the aggregated field wells of a radar chart.- See Also:
-
builder
-