interface RadarChartSeriesSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.RadarChartSeriesSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_RadarChartSeriesSettingsProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.RadarChartSeriesSettingsProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.RadarChartSeriesSettingsProperty |
![]() | aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
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.