| Modifier and Type | Class and Description |
|---|---|
static class |
YAxisProps.Jsii$Proxy
An implementation for
YAxisProps |
| Modifier and Type | Method and Description |
|---|---|
YAxisProps |
YAxisProps.Builder.build()
Builds the configured instance.
|
default YAxisProps |
AlarmWidgetProps.getLeftYAxis()
Left Y axis.
|
YAxisProps |
AlarmWidgetProps.Jsii$Proxy.getLeftYAxis() |
default YAxisProps |
GraphWidgetProps.getLeftYAxis()
Left Y axis.
|
YAxisProps |
GraphWidgetProps.Jsii$Proxy.getLeftYAxis() |
default YAxisProps |
GraphWidgetProps.getRightYAxis()
Right Y axis.
|
YAxisProps |
GraphWidgetProps.Jsii$Proxy.getRightYAxis() |
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.leftYAxis(YAxisProps leftYAxis)
Left Y axis.
|
AlarmWidgetProps.Builder |
AlarmWidgetProps.Builder.leftYAxis(YAxisProps leftYAxis)
Sets the value of
AlarmWidgetProps.getLeftYAxis() |
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.leftYAxis(YAxisProps leftYAxis)
Sets the value of
GraphWidgetProps.getLeftYAxis() |
AlarmWidget.Builder |
AlarmWidget.Builder.leftYAxis(YAxisProps leftYAxis)
Left Y axis.
|
GraphWidget.Builder |
GraphWidget.Builder.rightYAxis(YAxisProps rightYAxis)
Right Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.rightYAxis(YAxisProps rightYAxis)
Sets the value of
GraphWidgetProps.getRightYAxis() |
| Constructor and Description |
|---|
Jsii$Proxy(IAlarm alarm,
YAxisProps leftYAxis,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
AlarmWidgetProps.Builder. |
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean stacked,
GraphWidgetView view,
Number height,
String region,
String title,
Number width)
Constructor that initializes the object based on literal property values passed by the
GraphWidgetProps.Builder. |
Copyright © 2021. All rights reserved.