@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.344Z") @Stability(value=Experimental) public class GraphWidget extends ConcreteWidget
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphWidget.Builder
(experimental) A fluent builder for
GraphWidget. |
software.amazon.jsii.JsiiObject.InitializationModeIWidget.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
GraphWidget(GraphWidgetProps props) |
protected |
GraphWidget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
GraphWidget(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLeftMetric(IMetric metric)
(experimental) Add another metric to the left Y axis of the GraphWidget.
|
void |
addRightMetric(IMetric metric)
(experimental) Add another metric to the right Y axis of the GraphWidget.
|
List<Object> |
toJson()
(experimental) Return the widget JSON for use in the dashboard.
|
getHeight, getWidth, getX, getY, position, setX, setYjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected GraphWidget(software.amazon.jsii.JsiiObjectRef objRef)
protected GraphWidget(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public GraphWidget(@NotNull
GraphWidgetProps props)
props - This parameter is required.@Stability(value=Experimental)
public void addLeftMetric(@NotNull
IMetric metric)
metric - the metric to add. This parameter is required.@Stability(value=Experimental)
public void addRightMetric(@NotNull
IMetric metric)
metric - the metric to add. This parameter is required.Copyright © 2021. All rights reserved.