Interface CfnDashboard.DonutCenterOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.DonutCenterOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.DonutCenterOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The label options of the label that is displayed in the center of a donut chart.
This option isn't available for pie charts.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; DonutCenterOptionsProperty donutCenterOptionsProperty = DonutCenterOptionsProperty.builder() .labelVisibility("labelVisibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.DonutCenterOptionsProperty
static final class
An implementation forCfnDashboard.DonutCenterOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLabelVisibility
Determines the visibility of the label in a donut chart.In the Amazon QuickSight console, this option is called
'Show total'
.- See Also:
-
builder
-