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