Show / Hide Table of Contents

Class CfnAnalysis.ArcOptionsProperty

The options that determine the arc thickness of a GaugeChartVisual .

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

Link: 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.AWS.QuickSight;

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

Synopsis

Constructors

ArcOptionsProperty()

Properties

ArcThickness

The arc thickness of a GaugeChartVisual .

Constructors

ArcOptionsProperty()

public ArcOptionsProperty()

Properties

ArcThickness

The arc thickness of a GaugeChartVisual .

public string ArcThickness { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnAnalysis.IArcOptionsProperty
Back to top Generated by DocFX