Show / Hide Table of Contents

Class CfnDashboard.ArcConfigurationProperty

The arc configuration of a GaugeChartVisual .

Inheritance
object
CfnDashboard.ArcConfigurationProperty
Implements
CfnDashboard.IArcConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.ArcConfigurationProperty : CfnDashboard.IArcConfigurationProperty
Syntax (vb)
Public Class CfnDashboard.ArcConfigurationProperty Implements CfnDashboard.IArcConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-arcconfiguration.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 arcConfigurationProperty = new ArcConfigurationProperty {
                 ArcAngle = 123,
                 ArcThickness = "arcThickness"
             };

Synopsis

Constructors

ArcConfigurationProperty()

The arc configuration of a GaugeChartVisual .

Properties

ArcAngle

The option that determines the arc angle of a GaugeChartVisual .

ArcThickness

The options that determine the arc thickness of a GaugeChartVisual .

Constructors

ArcConfigurationProperty()

The arc configuration of a GaugeChartVisual .

public ArcConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-arcconfiguration.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 arcConfigurationProperty = new ArcConfigurationProperty {
                 ArcAngle = 123,
                 ArcThickness = "arcThickness"
             };

Properties

ArcAngle

The option that determines the arc angle of a GaugeChartVisual .

public double? ArcAngle { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-arcconfiguration.html#cfn-quicksight-dashboard-arcconfiguration-arcangle

ArcThickness

The options that determine the arc thickness of a GaugeChartVisual .

public string? ArcThickness { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-arcconfiguration.html#cfn-quicksight-dashboard-arcconfiguration-arcthickness

Implements

CfnDashboard.IArcConfigurationProperty
Back to top Generated by DocFX