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