@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.754Z") @Stability(value=Experimental) public interface GraphWidgetProps extends software.amazon.jsii.JsiiSerializable, MetricWidgetProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphWidgetProps.Builder
A builder for
GraphWidgetProps |
static class |
GraphWidgetProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphWidgetProps.Builder |
builder() |
List<IMetric> |
getLeft()
Metrics to display on left Y axis.
|
List<HorizontalAnnotation> |
getLeftAnnotations()
Annotations for the left Y axis.
|
YAxisProps |
getLeftYAxis()
Left Y axis.
|
List<IMetric> |
getRight()
Metrics to display on right Y axis.
|
List<HorizontalAnnotation> |
getRightAnnotations()
Annotations for the right Y axis.
|
YAxisProps |
getRightYAxis()
Right Y axis.
|
Boolean |
getStacked()
Whether the graph should be shown as stacked lines.
|
getHeight, getRegion, getTitle, getWidth@Stability(value=Experimental) List<IMetric> getLeft()
@Stability(value=Experimental) List<HorizontalAnnotation> getLeftAnnotations()
@Stability(value=Experimental) YAxisProps getLeftYAxis()
@Stability(value=Experimental) List<IMetric> getRight()
@Stability(value=Experimental) List<HorizontalAnnotation> getRightAnnotations()
@Stability(value=Experimental) YAxisProps getRightYAxis()
@Stability(value=Experimental) Boolean getStacked()
@Stability(value=Experimental) static GraphWidgetProps.Builder builder()
builder in interface MetricWidgetPropsGraphWidgetProps.Builder of GraphWidgetPropsCopyright © 2019. All rights reserved.