Interface CfnDashboard.PieChartConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.PieChartConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.PieChartConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a pie chart.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.PieChartConfigurationProperty
static final class
An implementation forCfnDashboard.PieChartConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The label options of the group/color that is displayed in a pie chart.default Object
The contribution analysis (anomaly configuration) setup of the visual.default Object
The options that determine if visual data labels are displayed.default Object
The options that determine the shape of the chart.default Object
The field wells of the visual.default Object
The legend display setup of the visual.default Object
The small multiples setup for the visual.default Object
The sort configuration of a pie chart.default Object
The tooltip display setup of the visual.default Object
The label options for the value that is displayed in a pie chart.default Object
The 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.- See Also:
-
getContributionAnalysisDefaults
The contribution analysis (anomaly configuration) setup of the visual.- See Also:
-
getDataLabels
The options that determine if visual data labels are displayed.- 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.
- See Also:
-
getFieldWells
The field wells of the visual.- See Also:
-
getLegend
The legend display setup of the visual.- See Also:
-
getSmallMultiplesOptions
The small multiples setup for the visual.- See Also:
-
getSortConfiguration
The sort configuration of a pie chart.- See Also:
-
getTooltip
The tooltip display setup of the visual.- See Also:
-
getValueLabelOptions
The label options for the value that is displayed in a pie chart.- See Also:
-
getVisualPalette
The palette (chart color) display setup of the visual.- See Also:
-
builder
-