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();
 

See Also: