aws-cdk-lib.aws_quicksight.CfnTemplate.RadarChartSeriesSettingsProperty

interface RadarChartSeriesSettingsProperty

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