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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.DonutCenterOptionsPropertystatic final classAn 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 Quick Sight console, this option is called
'Show total'.- See Also:
-
builder
-