| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static ScatterplotDimension |
ScatterplotDimension.COLOR |
static ScatterplotDimension |
ScatterplotDimension.RADIUS |
static ScatterplotDimension |
ScatterplotDimension.X |
static ScatterplotDimension |
ScatterplotDimension.Y |
| Modifier and Type | Method and Description |
|---|---|
static ScatterplotDimension |
ScatterplotDimension.fromValue(String value) |
ScatterplotDimension |
ScatterplotWidgetFormula.getDimension()
Dimension of the Scatterplot.
|
| Modifier and Type | Method and Description |
|---|---|
ScatterplotWidgetFormula |
ScatterplotWidgetFormula.dimension(ScatterplotDimension dimension) |
void |
ScatterplotDimension.ScatterplotDimensionSerializer.serialize(ScatterplotDimension value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ScatterplotWidgetFormula.setDimension(ScatterplotDimension dimension) |
| Constructor and Description |
|---|
ScatterplotWidgetFormula(ScatterplotDimension dimension,
String formula) |
| Constructor and Description |
|---|
ScatterplotDimensionSerializer(Class<ScatterplotDimension> t) |
Copyright © 2024. All rights reserved.