interface RadarChartSeriesSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.RadarChartSeriesSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_RadarChartSeriesSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.RadarChartSeriesSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.RadarChartSeriesSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » RadarChartSeriesSettingsProperty |
The series settings of a radar chart.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const radarChartSeriesSettingsProperty: quicksight.CfnTemplatePropsMixin.RadarChartSeriesSettingsProperty = {
areaStyleSettings: {
visibility: 'visibility',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| area | IResolvable | Radar | The area style settings of a radar chart. |
areaStyleSettings?
Type:
IResolvable | Radar
(optional)
The area style settings of a radar chart.

.NET
Go
Java
Python
TypeScript