Interface CfnDashboard.PieChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.PieChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.PieChartConfigurationPropertystatic final classAn implementation forCfnDashboard.PieChartConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe label options of the group/color that is displayed in a pie chart.default ObjectThe contribution analysis (anomaly configuration) setup of the visual.default ObjectThe options that determine if visual data labels are displayed.default ObjectThe options that determine the shape of the chart.default ObjectThe field wells of the visual.default ObjectThe general visual interactions setup for a visual.default ObjectThe legend display setup of the visual.default ObjectThe small multiples setup for the visual.default ObjectThe sort configuration of a pie chart.default ObjectThe tooltip display setup of the visual.default ObjectThe label options for the value that is displayed in a pie chart.default ObjectThe palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCategoryLabelOptions
The label options of the group/color that is displayed in a pie chart.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getContributionAnalysisDefaults
The contribution analysis (anomaly configuration) setup of the visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.ContributionAnalysisDefaultProperty>- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.Returns union: either
IResolvableorCfnDashboard.DataLabelOptionsProperty- See Also:
-
getDonutOptions
The options that determine the shape of the chart.This option determines whether the chart is a pie chart or a donut chart.
Returns union: either
IResolvableorCfnDashboard.DonutOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnDashboard.PieChartFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnDashboard.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnDashboard.LegendOptionsProperty- See Also:
-
getSmallMultiplesOptions
The small multiples setup for the visual.Returns union: either
IResolvableorCfnDashboard.SmallMultiplesOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a pie chart.Returns union: either
IResolvableorCfnDashboard.PieChartSortConfigurationProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnDashboard.TooltipOptionsProperty- See Also:
-
getValueLabelOptions
The label options for the value that is displayed in a pie chart.Returns union: either
IResolvableorCfnDashboard.ChartAxisLabelOptionsProperty- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.Returns union: either
IResolvableorCfnDashboard.VisualPaletteProperty- See Also:
-
builder
-