interface RadarChartSeriesSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.RadarChartSeriesSettingsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.RadarChartSeriesSettingsProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.RadarChartSeriesSettingsProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDashboard » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const radarChartSeriesSettingsProperty: quicksight.CfnDashboard.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
Java
Python
TypeScript