interface RadarChartSeriesSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.RadarChartSeriesSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_RadarChartSeriesSettingsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.RadarChartSeriesSettingsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.RadarChartSeriesSettingsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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-lib';
const radarChartSeriesSettingsProperty: quicksight.CfnAnalysis.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