RadarChartConfiguration
The configuration of a RadarChartVisual
.
Contents
Note
In the following list, the required parameters are described first.
- AlternateBandColorsVisibility
-
Determines the visibility of the colors of alternatign bands in a radar chart.
Type: String
Valid Values:
HIDDEN | VISIBLE
Required: No
- AlternateBandEvenColor
-
The color of the even-numbered alternate bands of a radar chart.
Type: String
Pattern:
^#[A-F0-9]{6}$
Required: No
- AlternateBandOddColor
-
The color of the odd-numbered alternate bands of a radar chart.
Type: String
Pattern:
^#[A-F0-9]{6}$
Required: No
- AxesRangeScale
-
The axis behavior options of a radar chart.
Type: String
Valid Values:
AUTO | INDEPENDENT | SHARED
Required: No
- BaseSeriesSettings
-
The base sreies settings of a radar chart.
Type: RadarChartSeriesSettings object
Required: No
- CategoryAxis
-
The category axis of a radar chart.
Type: AxisDisplayOptions object
Required: No
- CategoryLabelOptions
-
The category label options of a radar chart.
Type: ChartAxisLabelOptions object
Required: No
- ColorAxis
-
The color axis of a radar chart.
Type: AxisDisplayOptions object
Required: No
- ColorLabelOptions
-
The color label options of a radar chart.
Type: ChartAxisLabelOptions object
Required: No
- FieldWells
-
The field well configuration of a
RadarChartVisual
.Type: RadarChartFieldWells object
Required: No
- Interactions
-
The general visual interactions setup for a visual.
Type: VisualInteractionOptions object
Required: No
- Legend
-
The legend display setup of the visual.
Type: LegendOptions object
Required: No
- Shape
-
The shape of the radar chart.
Type: String
Valid Values:
CIRCLE | POLYGON
Required: No
- SortConfiguration
-
The sort configuration of a
RadarChartVisual
.Type: RadarChartSortConfiguration object
Required: No
- StartAngle
-
The start angle of a radar chart's axis.
Type: Double
Valid Range: Minimum value of -360. Maximum value of 360.
Required: No
- VisualPalette
-
The palette (chart color) display setup of the visual.
Type: VisualPalette object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: