@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:22.304Z") @Stability(value=Stable) public interface YAxisProps extends software.amazon.jsii.JsiiSerializable
| 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 © 2021. All rights reserved.