Interface CfnTemplate.PieChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.PieChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.PieChartConfigurationPropertystatic final classAn implementation forCfnTemplate.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
IResolvableorCfnTemplate.ChartAxisLabelOptionsProperty- See Also:
-
getContributionAnalysisDefaults
The contribution analysis (anomaly configuration) setup of the visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.ContributionAnalysisDefaultProperty>- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.Returns union: either
IResolvableorCfnTemplate.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
IResolvableorCfnTemplate.DonutOptionsProperty- See Also:
-
getFieldWells
The field wells of the visual.Returns union: either
IResolvableorCfnTemplate.PieChartFieldWellsProperty- See Also:
-
getInteractions
The general visual interactions setup for a visual.Returns union: either
IResolvableorCfnTemplate.VisualInteractionOptionsProperty- See Also:
-
getLegend
The legend display setup of the visual.Returns union: either
IResolvableorCfnTemplate.LegendOptionsProperty- See Also:
-
getSmallMultiplesOptions
The small multiples setup for the visual.Returns union: either
IResolvableorCfnTemplate.SmallMultiplesOptionsProperty- See Also:
-
getSortConfiguration
The sort configuration of a pie chart.Returns union: either
IResolvableorCfnTemplate.PieChartSortConfigurationProperty- See Also:
-
getTooltip
The tooltip display setup of the visual.Returns union: either
IResolvableorCfnTemplate.TooltipOptionsProperty- See Also:
-
getValueLabelOptions
The label options for the value that is displayed in a pie chart.Returns union: either
IResolvableorCfnTemplate.ChartAxisLabelOptionsProperty- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.Returns union: either
IResolvableorCfnTemplate.VisualPaletteProperty- See Also:
-
builder
-