interface RadarChartAggregatedFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.RadarChartAggregatedFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_RadarChartAggregatedFieldWellsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.RadarChartAggregatedFieldWellsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.RadarChartAggregatedFieldWellsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » RadarChartAggregatedFieldWellsProperty |
The aggregated field well configuration of a RadarChartVisual .
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| category? | IResolvable | (IResolvable | Dimension)[] | The aggregated field well categories of a radar chart. |
| color? | IResolvable | (IResolvable | Dimension)[] | The color that are assigned to the aggregated field wells of a radar chart. |
| values? | IResolvable | (IResolvable | Measure)[] | The values that are assigned to the aggregated field wells of a radar chart. |
category?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The aggregated field well categories of a radar chart.
color?
Type:
IResolvable | (IResolvable | Dimension)[]
(optional)
The color that are assigned to the aggregated field wells of a radar chart.
values?
Type:
IResolvable | (IResolvable | Measure)[]
(optional)
The values that are assigned to the aggregated field wells of a radar chart.

.NET
Go
Java
Python
TypeScript