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