Interface CfnDashboard.AxisLinearScaleProperty

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

@Stability(Stable) public static interface CfnDashboard.AxisLinearScaleProperty extends software.amazon.jsii.JsiiSerializable
The liner axis scale setup.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

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.*;
 AxisLinearScaleProperty axisLinearScaleProperty = AxisLinearScaleProperty.builder()
         .stepCount(123)
         .stepSize(123)
         .build();
 

See Also: