@Stability(value=Stable) public static final class YAxisProps.Builder extends Object implements software.amazon.jsii.Builder<YAxisProps>
YAxisProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
YAxisProps |
build()
Builds the configured instance.
|
YAxisProps.Builder |
label(String label)
Sets the value of
YAxisProps.getLabel() |
YAxisProps.Builder |
max(Number max)
Sets the value of
YAxisProps.getMax() |
YAxisProps.Builder |
min(Number min)
Sets the value of
YAxisProps.getMin() |
YAxisProps.Builder |
showUnits(Boolean showUnits)
Sets the value of
YAxisProps.getShowUnits() |
@Stability(value=Stable) public YAxisProps.Builder label(String label)
YAxisProps.getLabel()label - The label.this@Stability(value=Stable) public YAxisProps.Builder max(Number max)
YAxisProps.getMax()max - The max value.this@Stability(value=Stable) public YAxisProps.Builder min(Number min)
YAxisProps.getMin()min - The min value.this@Stability(value=Stable) public YAxisProps.Builder showUnits(Boolean showUnits)
YAxisProps.getShowUnits()showUnits - Whether to show units.this@Stability(value=Stable) public YAxisProps build()
build in interface software.amazon.jsii.Builder<YAxisProps>YAxisPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.