Interface CfnAnalysis.DonutCenterOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.DonutCenterOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.DonutCenterOptionsProperty
static final class
An implementation forCfnAnalysis.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'
. -
builder
-