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