interface RadarChartConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.RadarChartConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_RadarChartConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.RadarChartConfigurationProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
alternate | string | Determines the visibility of the colors of alternatign bands in a radar chart. |
alternate | string | The color of the even-numbered alternate bands of a radar chart. |
alternate | string | The color of the odd-numbered alternate bands of a radar chart. |
axes | string | The axis behavior options of a radar chart. |
base | IResolvable | Radar | The base sreies settings of a radar chart. |
category | IResolvable | Axis | The category axis of a radar chart. |
category | IResolvable | Chart | The category label options of a radar chart. |
color | IResolvable | Axis | The color axis of a radar chart. |
color | IResolvable | Chart | The color label options of a radar chart. |
field | IResolvable | Radar | The field well configuration of a RadarChartVisual . |
legend? | IResolvable | Legend | The legend display setup of the visual. |
shape? | string | The shape of the radar chart. |
sort | IResolvable | Radar | The sort configuration of a RadarChartVisual . |
start | number | The start angle of a radar chart's axis. |
visual | IResolvable | Visual | The 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
|
Radar
(optional)
The base sreies settings of a radar chart.
categoryAxis?
Type:
IResolvable
|
Axis
(optional)
The category axis of a radar chart.
categoryLabelOptions?
Type:
IResolvable
|
Chart
(optional)
The category label options of a radar chart.
colorAxis?
Type:
IResolvable
|
Axis
(optional)
The color axis of a radar chart.
colorLabelOptions?
Type:
IResolvable
|
Chart
(optional)
The color label options of a radar chart.
fieldWells?
Type:
IResolvable
|
Radar
(optional)
The field well configuration of a RadarChartVisual
.
legend?
Type:
IResolvable
|
Legend
(optional)
The legend display setup of the visual.
shape?
Type:
string
(optional)
The shape of the radar chart.
sortConfiguration?
Type:
IResolvable
|
Radar
(optional)
The sort configuration of a RadarChartVisual
.
startAngle?
Type:
number
(optional)
The start angle of a radar chart's axis.
visualPalette?
Type:
IResolvable
|
Visual
(optional)
The palette (chart color) display setup of the visual.