Interface CfnAnalysis.ArcAxisConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ArcAxisConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.ArcAxisConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The arc axis configuration of a
GaugeChartVisual .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
ArcAxisConfigurationProperty arcAxisConfigurationProperty = ArcAxisConfigurationProperty.builder()
.range(ArcAxisDisplayRangeProperty.builder()
.max(123)
.min(123)
.build())
.reserveRange(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.ArcAxisConfigurationPropertystatic final classAn implementation forCfnAnalysis.ArcAxisConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRange
The arc axis range of aGaugeChartVisual. -
getReserveRange
The reserved range of the arc axis. -
builder
-