interface DonutCenterOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.DonutCenterOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_DonutCenterOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.DonutCenterOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.DonutCenterOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » DonutCenterOptionsProperty |
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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const donutCenterOptionsProperty: quicksight_mixins.CfnAnalysisPropsMixin.DonutCenterOptionsProperty = {
labelVisibility: 'labelVisibility',
};
Properties
| Name | Type | Description |
|---|---|---|
| label | string | Determines the visibility of the label in a donut chart. |
labelVisibility?
Type:
string
(optional)
Determines the visibility of the label in a donut chart.
In the Quick Sight console, this option is called 'Show total' .

.NET
Go
Java
Python
TypeScript