Interface CfnAnalysis.YAxisOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.YAxisOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.YAxisOptionsPropertystatic final classAn implementation forCfnAnalysis.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
-