Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IArcOptionsProperty

The options that determine the arc thickness of a GaugeChartVisual .

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IArcOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IArcOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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.CfnPropertyMixins.AWS.QuickSight;

             var arcOptionsProperty = new ArcOptionsProperty {
                 ArcThickness = "arcThickness"
             };

Synopsis

Properties

ArcThickness

The arc thickness of a GaugeChartVisual .

Properties

ArcThickness

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

Back to top Generated by DocFX