@Stability(value=Experimental) public static final class YAxisProps.Builder extends Object
YAxisProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
YAxisProps |
build()
Builds the configured instance.
|
YAxisProps.Builder |
withLabel(String value)
Sets the value of Label
|
YAxisProps.Builder |
withMax(Number value)
Sets the value of Max
|
YAxisProps.Builder |
withMin(Number value)
Sets the value of Min
|
YAxisProps.Builder |
withShowUnits(Boolean value)
Sets the value of ShowUnits
|
@Stability(value=Experimental) public YAxisProps.Builder withLabel(@Nullable String value)
value - The label.this@Stability(value=Experimental) public YAxisProps.Builder withMax(@Nullable Number value)
value - The max value.this@Stability(value=Experimental) public YAxisProps.Builder withMin(@Nullable Number value)
value - The min value.this@Stability(value=Experimental) public YAxisProps.Builder withShowUnits(@Nullable Boolean value)
value - Whether to show units.this@Stability(value=Experimental) public YAxisProps build()
YAxisPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.