Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.DonutCenterOptionsProperty

The label options of the label that is displayed in the center of a donut chart.

Inheritance
object
CfnAnalysisPropsMixin.DonutCenterOptionsProperty
Implements
CfnAnalysisPropsMixin.IDonutCenterOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.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

string

Remarks

In the Quick Sight console, this option is called 'Show total' .

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

Implements

CfnAnalysisPropsMixin.IDonutCenterOptionsProperty
Back to top Generated by DocFX