aws-cdk-lib.aws_quicksight.CfnAnalysis.RadarChartConfigurationProperty

interface RadarChartConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.RadarChartConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_RadarChartConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.RadarChartConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.RadarChartConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » RadarChartConfigurationProperty

The configuration of a RadarChartVisual .

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
alternateBandColorsVisibility?stringDetermines the visibility of the colors of alternatign bands in a radar chart.
alternateBandEvenColor?stringThe color of the even-numbered alternate bands of a radar chart.
alternateBandOddColor?stringThe color of the odd-numbered alternate bands of a radar chart.
axesRangeScale?stringThe axis behavior options of a radar chart.
baseSeriesSettings?IResolvable | RadarChartSeriesSettingsPropertyThe base sreies settings of a radar chart.
categoryAxis?IResolvable | AxisDisplayOptionsPropertyThe category axis of a radar chart.
categoryLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe category label options of a radar chart.
colorAxis?IResolvable | AxisDisplayOptionsPropertyThe color axis of a radar chart.
colorLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe color label options of a radar chart.
fieldWells?IResolvable | RadarChartFieldWellsPropertyThe field well configuration of a RadarChartVisual .
legend?IResolvable | LegendOptionsPropertyThe legend display setup of the visual.
shape?stringThe shape of the radar chart.
sortConfiguration?IResolvable | RadarChartSortConfigurationPropertyThe sort configuration of a RadarChartVisual .
startAngle?numberThe start angle of a radar chart's axis.
visualPalette?IResolvable | VisualPalettePropertyThe palette (chart color) display setup of the visual.

alternateBandColorsVisibility?

Type: string (optional)

Determines the visibility of the colors of alternatign bands in a radar chart.


alternateBandEvenColor?

Type: string (optional)

The color of the even-numbered alternate bands of a radar chart.


alternateBandOddColor?

Type: string (optional)

The color of the odd-numbered alternate bands of a radar chart.


axesRangeScale?

Type: string (optional)

The axis behavior options of a radar chart.


baseSeriesSettings?

Type: IResolvable | RadarChartSeriesSettingsProperty (optional)

The base sreies settings of a radar chart.


categoryAxis?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The category axis of a radar chart.


categoryLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The category label options of a radar chart.


colorAxis?

Type: IResolvable | AxisDisplayOptionsProperty (optional)

The color axis of a radar chart.


colorLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The color label options of a radar chart.


fieldWells?

Type: IResolvable | RadarChartFieldWellsProperty (optional)

The field well configuration of a RadarChartVisual .


legend?

Type: IResolvable | LegendOptionsProperty (optional)

The legend display setup of the visual.


shape?

Type: string (optional)

The shape of the radar chart.


sortConfiguration?

Type: IResolvable | RadarChartSortConfigurationProperty (optional)

The sort configuration of a RadarChartVisual .


startAngle?

Type: number (optional)

The start angle of a radar chart's axis.


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The palette (chart color) display setup of the visual.