Class CfnAnalysis.ArcConfigurationProperty
The arc configuration of a GaugeChartVisual
.
Inheritance
System.Object
CfnAnalysis.ArcConfigurationProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ArcConfigurationProperty : Object, CfnAnalysis.IArcConfigurationProperty
Syntax (vb)
Public Class ArcConfigurationProperty
Inherits Object
Implements CfnAnalysis.IArcConfigurationProperty
Remarks
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() |
Properties
ArcAngle | The option that determines the arc angle of a |
ArcThickness | The options that determine the arc thickness of a |
Constructors
ArcConfigurationProperty()
public ArcConfigurationProperty()
Properties
ArcAngle
The option that determines the arc angle of a GaugeChartVisual
.
public Nullable<double> ArcAngle { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
ArcThickness
The options that determine the arc thickness of a GaugeChartVisual
.
public string ArcThickness { get; set; }
Property Value
System.String