Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-donutcenteroptions.html

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

string

Remarks

In the Amazon QuickSight console, this option is called 'Show total' .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-donutcenteroptions.html#cfn-quicksight-template-donutcenteroptions-labelvisibility

Back to top Generated by DocFX