Interface CfnTemplate.RadarChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.RadarChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.RadarChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
RadarChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.RadarChartConfigurationPropertystatic final classAn implementation forCfnTemplate.RadarChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringDetermines the visibility of the colors of alternatign bands in a radar chart.default StringThe color of the even-numbered alternate bands of a radar chart.default StringThe color of the odd-numbered alternate bands of a radar chart.default StringThe axis behavior options of a radar chart.default ObjectThe base sreies settings of a radar chart.default ObjectThe category axis of a radar chart.default ObjectThe category label options of a radar chart.default ObjectThe color axis of a radar chart.default ObjectThe color label options of a radar chart.default ObjectThe field well configuration of aRadarChartVisual.default ObjectThe legend display setup of the visual.default StringgetShape()The shape of the radar chart.default ObjectThe sort configuration of aRadarChartVisual.default NumberThe start angle of a radar chart's axis.default ObjectThe 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
-