Interface CfnAnalysis.ArcAxisDisplayRangeProperty

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

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