Interface CfnDashboardPropsMixin.IArcOptionsProperty
The options that determine the arc thickness of a GaugeChartVisual .
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IArcOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.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
Properties
| ArcThickness | The arc thickness of a |
Properties
ArcThickness
The arc thickness of a GaugeChartVisual .
string? ArcThickness { get; }