Interface CfnAnalysis.RadarChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.RadarChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.RadarChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
RadarChartVisual
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.RadarChartConfigurationProperty
static final class
An implementation forCfnAnalysis.RadarChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
Determines the visibility of the colors of alternatign bands in a radar chart.default String
The color of the even-numbered alternate bands of a radar chart.default String
The color of the odd-numbered alternate bands of a radar chart.default String
The axis behavior options of a radar chart.default Object
The base sreies settings of a radar chart.default Object
The category axis of a radar chart.default Object
The category label options of a radar chart.default Object
The color axis of a radar chart.default Object
The color label options of a radar chart.default Object
The field well configuration of aRadarChartVisual
.default Object
The legend display setup of the visual.default String
getShape()
The shape of the radar chart.default Object
The sort configuration of aRadarChartVisual
.default Number
The start angle of a radar chart's axis.default Object
The palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlternateBandColorsVisibility
Determines the visibility of the colors of alternatign bands in a radar chart.- See Also:
-
getAlternateBandEvenColor
The color of the even-numbered alternate bands of a radar chart.- See Also:
-
getAlternateBandOddColor
The color of the odd-numbered alternate bands of a radar chart.- See Also:
-
getAxesRangeScale
The axis behavior options of a radar chart.- See Also:
-
getBaseSeriesSettings
The base sreies settings of a radar chart.- See Also:
-
getCategoryAxis
The category axis of a radar chart.- See Also:
-
getCategoryLabelOptions
The category label options of a radar chart.- See Also:
-
getColorAxis
The color axis of a radar chart.- See Also:
-
getColorLabelOptions
The color label options of a radar chart.- See Also:
-
getFieldWells
The field well configuration of aRadarChartVisual
.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getShape
The shape of the radar chart.- See Also:
-
getSortConfiguration
The sort configuration of aRadarChartVisual
.- See Also:
-
getStartAngle
The start angle of a radar chart's axis.- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.- See Also:
-
builder
-