Interface CfnAnalysisPropsMixin.VisibleRangeOptionsProperty

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

@Stability(Stable) public static interface CfnAnalysisPropsMixin.VisibleRangeOptionsProperty extends software.amazon.jsii.JsiiSerializable
The range options for the data zoom scroll bar.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.quicksight.mixins.*;
 VisibleRangeOptionsProperty visibleRangeOptionsProperty = VisibleRangeOptionsProperty.builder()
         .percentRange(PercentVisibleRangeProperty.builder()
                 .from(123)
                 .to(123)
                 .build())
         .build();
 

See Also: