| Modifier and Type | Class and Description |
|---|---|
static class |
HorizontalAnnotation.Jsii$Proxy
An implementation for
HorizontalAnnotation |
| Modifier and Type | Method and Description |
|---|---|
HorizontalAnnotation |
HorizontalAnnotation.Builder.build()
Builds the configured instance.
|
HorizontalAnnotation |
Alarm.toAnnotation()
Turn this alarm into a horizontal annotation.
|
| Modifier and Type | Method and Description |
|---|---|
default List<HorizontalAnnotation> |
GraphWidgetProps.getLeftAnnotations()
Annotations for the left Y axis.
|
List<HorizontalAnnotation> |
GraphWidgetProps.Jsii$Proxy.getLeftAnnotations() |
default List<HorizontalAnnotation> |
GraphWidgetProps.getRightAnnotations()
Annotations for the right Y axis.
|
List<HorizontalAnnotation> |
GraphWidgetProps.Jsii$Proxy.getRightAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.leftAnnotations(List<? extends HorizontalAnnotation> leftAnnotations)
Annotations for the left Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.leftAnnotations(List<? extends HorizontalAnnotation> leftAnnotations)
Sets the value of
GraphWidgetProps.getLeftAnnotations() |
GraphWidget.Builder |
GraphWidget.Builder.rightAnnotations(List<? extends HorizontalAnnotation> rightAnnotations)
Annotations for the right Y axis.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.rightAnnotations(List<? extends HorizontalAnnotation> rightAnnotations)
Sets the value of
GraphWidgetProps.getRightAnnotations() |
Copyright © 2023. All rights reserved.