Class CfnAnalysisPropsMixin.DonutCenterOptionsProperty
The label options of the label that is displayed in the center of a donut chart.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.DonutCenterOptionsProperty : CfnAnalysisPropsMixin.IDonutCenterOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.DonutCenterOptionsProperty Implements CfnAnalysisPropsMixin.IDonutCenterOptionsProperty
Remarks
This option isn't available for pie charts.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var donutCenterOptionsProperty = new DonutCenterOptionsProperty {
LabelVisibility = "labelVisibility"
};
Synopsis
Constructors
| DonutCenterOptionsProperty() | The label options of the label that is displayed in the center of a donut chart. |
Properties
| LabelVisibility | Determines the visibility of the label in a donut chart. |
Constructors
DonutCenterOptionsProperty()
The label options of the label that is displayed in the center of a donut chart.
public DonutCenterOptionsProperty()
Remarks
This option isn't available for pie charts.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var donutCenterOptionsProperty = new DonutCenterOptionsProperty {
LabelVisibility = "labelVisibility"
};
Properties
LabelVisibility
Determines the visibility of the label in a donut chart.
public string? LabelVisibility { get; set; }
Property Value
Remarks
In the Quick Sight console, this option is called 'Show total' .