Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.ArcOptionsProperty

The options that determine the arc thickness of a GaugeChartVisual .

Inheritance
object
CfnAnalysisPropsMixin.ArcOptionsProperty
Implements
CfnAnalysisPropsMixin.IArcOptionsProperty
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.ArcOptionsProperty : CfnAnalysisPropsMixin.IArcOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.ArcOptionsProperty Implements CfnAnalysisPropsMixin.IArcOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-arcoptions.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 arcOptionsProperty = new ArcOptionsProperty {
                 ArcThickness = "arcThickness"
             };

Synopsis

Constructors

ArcOptionsProperty()

The options that determine the arc thickness of a GaugeChartVisual .

Properties

ArcThickness

The arc thickness of a GaugeChartVisual .

Constructors

ArcOptionsProperty()

The options that determine the arc thickness of a GaugeChartVisual .

public ArcOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-arcoptions.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 arcOptionsProperty = new ArcOptionsProperty {
                 ArcThickness = "arcThickness"
             };

Properties

ArcThickness

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-analysis-arcoptions.html#cfn-quicksight-analysis-arcoptions-arcthickness

Implements

CfnAnalysisPropsMixin.IArcOptionsProperty
Back to top Generated by DocFX