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