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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.YAxisOptionsProperty
static final class
An implementation forCfnTemplate.YAxisOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getYAxis
The Y axis type to be used in the chart.If you choose
PRIMARY_Y_AXIS
, the primary Y Axis is located on the leftmost vertical axis of the chart.- See Also:
-
builder
-