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