aws-cdk-lib.aws_quicksight.CfnTemplate.RadarChartAggregatedFieldWellsProperty

interface RadarChartAggregatedFieldWellsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.RadarChartAggregatedFieldWellsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_RadarChartAggregatedFieldWellsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.RadarChartAggregatedFieldWellsProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.RadarChartAggregatedFieldWellsProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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

NameTypeDescription
category?IResolvable | IResolvable | DimensionFieldProperty[]The aggregated field well categories of a radar chart.
color?IResolvable | IResolvable | DimensionFieldProperty[]The color that are assigned to the aggregated field wells of a radar chart.
values?IResolvable | IResolvable | MeasureFieldProperty[]The values that are assigned to the aggregated field wells of a radar chart.

category?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The aggregated field well categories of a radar chart.


color?

Type: IResolvable | IResolvable | DimensionFieldProperty[] (optional)

The color that are assigned to the aggregated field wells of a radar chart.


values?

Type: IResolvable | IResolvable | MeasureFieldProperty[] (optional)

The values that are assigned to the aggregated field wells of a radar chart.