Interface CfnTemplate.RadarChartAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.RadarChartAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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 forCfnTemplate.RadarChartAggregatedFieldWellsPropertystatic final classAn implementation forCfnTemplate.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
-