Interface CfnTemplate.YAxisOptionsProperty

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

@Stability(Stable) public static interface CfnTemplate.YAxisOptionsProperty extends software.amazon.jsii.JsiiSerializable
The options that are available for a single Y axis in a chart.

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.*;
 YAxisOptionsProperty yAxisOptionsProperty = YAxisOptionsProperty.builder()
         .yAxis("yAxis")
         .build();
 

See Also: