@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.768Z") @Stability(value=Experimental) 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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static YAxisProps.Builder |
builder() |
String |
getLabel()
The label.
|
Number |
getMax()
The max value.
|
Number |
getMin()
The min value.
|
Boolean |
getShowUnits()
Whether to show units.
|
@Stability(value=Experimental) String getLabel()
@Stability(value=Experimental) Number getMax()
@Stability(value=Experimental) Number getMin()
@Stability(value=Experimental) Boolean getShowUnits()
@Stability(value=Experimental) static YAxisProps.Builder builder()
YAxisProps.Builder of YAxisPropsCopyright © 2019. All rights reserved.