Class CfnTemplatePropsMixin.ArcOptionsProperty
The options that determine the arc thickness of a GaugeChartVisual .
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.ArcOptionsProperty : CfnTemplatePropsMixin.IArcOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ArcOptionsProperty Implements CfnTemplatePropsMixin.IArcOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
var arcOptionsProperty = new ArcOptionsProperty {
ArcThickness = "arcThickness"
};
Synopsis
Constructors
| ArcOptionsProperty() | The options that determine the arc thickness of a |
Properties
| ArcThickness | The arc thickness of a |
Constructors
ArcOptionsProperty()
The options that determine the arc thickness of a GaugeChartVisual .
public ArcOptionsProperty()
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.CfnPropertyMixins.AWS.QuickSight;
var arcOptionsProperty = new ArcOptionsProperty {
ArcThickness = "arcThickness"
};
Properties
ArcThickness
The arc thickness of a GaugeChartVisual .
public string? ArcThickness { get; set; }