| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static XYViewProperties.HoverDimensionEnum |
XYViewProperties.HoverDimensionEnum.fromValue(String text) |
XYViewProperties.HoverDimensionEnum |
XYViewProperties.getHoverDimension()
Get hoverDimension
|
XYViewProperties.HoverDimensionEnum |
XYViewProperties.HoverDimensionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static XYViewProperties.HoverDimensionEnum |
XYViewProperties.HoverDimensionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XYViewProperties.HoverDimensionEnum[] |
XYViewProperties.HoverDimensionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
XYViewProperties |
XYViewProperties.hoverDimension(XYViewProperties.HoverDimensionEnum hoverDimension) |
void |
XYViewProperties.setHoverDimension(XYViewProperties.HoverDimensionEnum hoverDimension) |
void |
XYViewProperties.HoverDimensionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
XYViewProperties.HoverDimensionEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.