Interface CfnAnalysis.RadarChartAggregatedFieldWellsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.RadarChartAggregatedFieldWellsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.RadarChartAggregatedFieldWellsProperty
extends software.amazon.jsii.JsiiSerializable
The aggregated field well configuration of a
RadarChartVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.RadarChartAggregatedFieldWellsProperty
static final class
An implementation forCfnAnalysis.RadarChartAggregatedFieldWellsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The aggregated field well categories of a radar chart.default Object
getColor()
The color that are assigned to the aggregated field wells of a radar chart.default Object
The 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
-