Interface CfnAnalysis.RadarChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.RadarChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
RadarChartVisual .
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.RadarChartConfigurationPropertystatic final classAn implementation forCfnAnalysis.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 general visual interactions setup for a visual.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.Returns union: either
IResolvableorCfnAnalysis.RadarChartSeriesSettingsProperty- See Also:
-
getCategoryAxis
The category axis of a radar chart.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getCategoryLabelOptions
The category label options of a radar chart.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getColorAxis
The color axis of a radar chart.Returns union: either
IResolvableorCfnAnalysis.AxisDisplayOptionsProperty- See Also:
-
getColorLabelOptions
The color label options of a radar chart.Returns union: either
IResolvableorCfnAnalysis.ChartAxisLabelOptionsProperty- See Also:
-
getFieldWells
The field well configuration of aRadarChartVisual.Returns union: either
IResolvableorCfnAnalysis.RadarChartFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.LegendOptionsProperty- See Also:
-
getShape
The shape of the radar chart.- See Also:
-
getSortConfiguration
The sort configuration of aRadarChartVisual.Returns union: either
IResolvableorCfnAnalysis.RadarChartSortConfigurationProperty- See Also:
-
getStartAngle
The start angle of a radar chart's axis.- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.Returns union: either
IResolvableorCfnAnalysis.VisualPaletteProperty- See Also:
-
builder
-