Show / Hide Table of Contents

Class CfnTemplate.DonutOptionsProperty

The options for configuring a donut chart or pie chart.

Inheritance
System.Object
CfnTemplate.DonutOptionsProperty
Implements
CfnTemplate.IDonutOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class DonutOptionsProperty : Object, CfnTemplate.IDonutOptionsProperty
Syntax (vb)
Public Class DonutOptionsProperty
    Inherits Object
    Implements CfnTemplate.IDonutOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-donutoptions.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 donutOptionsProperty = new DonutOptionsProperty {
    ArcOptions = new ArcOptionsProperty {
        ArcThickness = "arcThickness"
    },
    DonutCenterOptions = new DonutCenterOptionsProperty {
        LabelVisibility = "labelVisibility"
    }
};

Synopsis

Constructors

DonutOptionsProperty()

Properties

ArcOptions

The option for define the arc of the chart shape. Valid values are as follows:.

DonutCenterOptions

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

Constructors

DonutOptionsProperty()

public DonutOptionsProperty()

Properties

ArcOptions

The option for define the arc of the chart shape. Valid values are as follows:.

public object ArcOptions { get; set; }
Property Value

System.Object

Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-donutoptions.html#cfn-quicksight-template-donutoptions-arcoptions

    DonutCenterOptions

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

    public object DonutCenterOptions { get; set; }
    Property Value

    System.Object

    Remarks

    This option isn't available for pie charts.

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

    Implements

    CfnTemplate.IDonutOptionsProperty
    Back to top Generated by DocFX