Interface CfnTemplate.ArcAxisDisplayRangeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ArcAxisDisplayRangeProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.ArcAxisDisplayRangeProperty
extends software.amazon.jsii.JsiiSerializable
The arc axis range 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.*; ArcAxisDisplayRangeProperty arcAxisDisplayRangeProperty = ArcAxisDisplayRangeProperty.builder() .max(123) .min(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.ArcAxisDisplayRangeProperty
static final class
An implementation forCfnTemplate.ArcAxisDisplayRangeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum value of the arc axis range.- See Also:
-
getMin
The minimum value of the arc axis range.- See Also:
-
builder
-