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 IDonutCenterOptionsProperty
Syntax (vb)
Public Interface 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
Label |
Determines the visibility of the label in a donut chart. |
Properties
LabelVisibility
Determines the visibility of the label in a donut chart.
virtual string LabelVisibility { get; }
Property Value
System.
Remarks
In the Amazon QuickSight console, this option is called 'Show total'
.