Interface CfnTemplate.IDonutCenterOptionsProperty
The label options of the label that is displayed in the center of a donut chart.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IDonutCenterOptionsProperty
Syntax (vb)
Public Interface CfnTemplate.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.AWS.QuickSight;
var donutCenterOptionsProperty = new DonutCenterOptionsProperty {
LabelVisibility = "labelVisibility"
};
Synopsis
Properties
LabelVisibility | Determines the visibility of the label in a donut chart. |
Properties
LabelVisibility
Determines the visibility of the label in a donut chart.
string? LabelVisibility { get; }
Property Value
Remarks
In the Amazon QuickSight console, this option is called 'Show total'
.