@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:51.314Z") @Stability(value=Stable) public interface YAxisProps extends software.amazon.jsii.JsiiSerializable
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.cloudwatch.*;
YAxisProps yAxisProps = YAxisProps.builder()
.label("label")
.max(123)
.min(123)
.showUnits(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
YAxisProps.Builder
A builder for
YAxisProps |
static class |
YAxisProps.Jsii$Proxy
An implementation for
YAxisProps |
| Modifier and Type | Method and Description |
|---|---|
static YAxisProps.Builder |
builder() |
default String |
getLabel()
The label.
|
default Number |
getMax()
The max value.
|
default Number |
getMin()
The min value.
|
default Boolean |
getShowUnits()
Whether to show units.
|
@Stability(value=Stable) @Nullable default String getLabel()
Default: - No label
@Stability(value=Stable) @Nullable default Number getMax()
Default: - No maximum value
@Stability(value=Stable) @Nullable default Number getMin()
Default: 0
@Stability(value=Stable) @Nullable default Boolean getShowUnits()
Default: true
@Stability(value=Stable) static YAxisProps.Builder builder()
YAxisProps.Builder of YAxisPropsCopyright © 2023. All rights reserved.