interface RadarChartFieldWellsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.RadarChartFieldWellsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_RadarChartFieldWellsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.RadarChartFieldWellsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.RadarChartFieldWellsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » RadarChartFieldWellsProperty |
The field wells of a radar chart visual.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| radar | IResolvable | Radar | The aggregated field wells of a radar chart visual. |
radarChartAggregatedFieldWells?
Type:
IResolvable | Radar
(optional)
The aggregated field wells of a radar chart visual.

.NET
Go
Java
Python
TypeScript