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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDashboard.AxisLinearScaleProperty
static final class
An implementation forCfnDashboard.AxisLinearScaleProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStepCount
The step count setup of a linear axis.- See Also:
-
getStepSize
The step size setup of a linear axis.- See Also:
-
builder
-