aws-cdk-lib.aws_quicksight.CfnDashboard.RadarChartSeriesSettingsProperty

interface RadarChartSeriesSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.RadarChartSeriesSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_RadarChartSeriesSettingsProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.RadarChartSeriesSettingsProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.RadarChartSeriesSettingsProperty
TypeScript 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

NameTypeDescription
areaStyleSettings?IResolvable | RadarChartAreaStyleSettingsPropertyThe area style settings of a radar chart.

areaStyleSettings?

Type: IResolvable | RadarChartAreaStyleSettingsProperty (optional)

The area style settings of a radar chart.