Interface CfnDashboard.ArcAxisDisplayRangeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDashboard.ArcAxisDisplayRangeProperty.Jsii$Proxy
Enclosing class:
CfnDashboard

@Stability(Stable) public static interface CfnDashboard.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();