Interface CfnAnalysisPropsMixin.IArcAxisConfigurationProperty
The arc axis configuration of a GaugeChartVisual .
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAnalysisPropsMixin.IArcAxisConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysisPropsMixin.IArcAxisConfigurationProperty
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 arcAxisConfigurationProperty = new ArcAxisConfigurationProperty {
Range = new ArcAxisDisplayRangeProperty {
Max = 123,
Min = 123
},
ReserveRange = 123
};
Synopsis
Properties
| Range | The arc axis range of a |
| ReserveRange | The reserved range of the arc axis. |
Properties
Range
The arc axis range of a GaugeChartVisual .
object? Range { get; }
Property Value
Remarks
ReserveRange
The reserved range of the arc axis.
double? ReserveRange { get; }