| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudwatch |
Amazon CloudWatch Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default LegendPosition |
GraphWidgetProps.getLegendPosition()
(experimental) Position of the legend.
|
LegendPosition |
GraphWidgetProps.Jsii$Proxy.getLegendPosition() |
static LegendPosition |
LegendPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegendPosition[] |
LegendPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GraphWidget.Builder |
GraphWidget.Builder.legendPosition(LegendPosition legendPosition)
(experimental) Position of the legend.
|
GraphWidgetProps.Builder |
GraphWidgetProps.Builder.legendPosition(LegendPosition legendPosition)
Sets the value of
GraphWidgetProps.getLegendPosition() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IMetric> left,
List<? extends HorizontalAnnotation> leftAnnotations,
YAxisProps leftYAxis,
LegendPosition legendPosition,
Boolean liveData,
Duration period,
List<? extends IMetric> right,
List<? extends HorizontalAnnotation> rightAnnotations,
YAxisProps rightYAxis,
Boolean setPeriodToTimeRange,
Boolean stacked,
String statistic,
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.