public static final class GraphWidgetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GraphWidgetProps
software.amazon.jsii.JsiiObject.InitializationModeGraphWidgetProps.Builder, GraphWidgetProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getHeight()
Height of the widget.
|
List<IMetric> |
getLeft()
Metrics to display on left Y axis.
|
List<HorizontalAnnotation> |
getLeftAnnotations()
Annotations for the left Y axis.
|
YAxisProps |
getLeftYAxis()
Left Y axis.
|
String |
getRegion()
The region the metrics of this graph should be taken from.
|
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.
|
String |
getTitle()
Title for the graph.
|
Number |
getWidth()
Width of the widget, in a grid of 24 units wide.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) @Nullable public List<IMetric> getLeft()
getLeft in interface GraphWidgetProps@Stability(value=Experimental) @Nullable public List<HorizontalAnnotation> getLeftAnnotations()
getLeftAnnotations in interface GraphWidgetProps@Stability(value=Experimental) @Nullable public YAxisProps getLeftYAxis()
getLeftYAxis in interface GraphWidgetProps@Stability(value=Experimental) @Nullable public List<IMetric> getRight()
getRight in interface GraphWidgetProps@Stability(value=Experimental) @Nullable public List<HorizontalAnnotation> getRightAnnotations()
getRightAnnotations in interface GraphWidgetProps@Stability(value=Experimental) @Nullable public YAxisProps getRightYAxis()
getRightYAxis in interface GraphWidgetProps@Stability(value=Experimental) @Nullable public Boolean getStacked()
getStacked in interface GraphWidgetProps@Stability(value=Experimental) @Nullable public Number getHeight()
getHeight in interface MetricWidgetProps@Stability(value=Experimental) @Nullable public String getRegion()
getRegion in interface MetricWidgetProps@Stability(value=Experimental) @Nullable public String getTitle()
getTitle in interface MetricWidgetProps@Stability(value=Experimental) @Nullable public Number getWidth()
getWidth in interface MetricWidgetPropsCopyright © 2019. All rights reserved.