Class CfnTemplate.ArcAxisConfigurationProperty
The arc axis configuration of a GaugeChartVisual
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ArcAxisConfigurationProperty : Object, CfnTemplate.IArcAxisConfigurationProperty
Syntax (vb)
Public Class ArcAxisConfigurationProperty
Inherits Object
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
Arc |
Properties
Range | The arc axis range of a |
Reserve |
The reserved range of the arc axis. |
Constructors
ArcAxisConfigurationProperty()
public ArcAxisConfigurationProperty()
Properties
Range
The arc axis range of a GaugeChartVisual
.
public object Range { get; set; }
Property Value
System.
Remarks
ReserveRange
The reserved range of the arc axis.
public Nullable<double> ReserveRange { get; set; }
Property Value
System.