Show / Hide Table of Contents

Interface CfnAnalysis.IArcConfigurationProperty

The arc configuration of a GaugeChartVisual .

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IArcConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysis.IArcConfigurationProperty
Remarks

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

Properties

ArcAngle

The option that determines the arc angle of a GaugeChartVisual .

ArcThickness

The options that determine the arc thickness of a GaugeChartVisual .

Properties

ArcAngle

The option that determines the arc angle of a GaugeChartVisual .

double? ArcAngle { get; }
Property Value

double?

Remarks

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

ArcThickness

The options that determine the arc thickness of a GaugeChartVisual .

string? ArcThickness { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX