| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static Legend.OrientationEnum |
Legend.OrientationEnum.fromValue(String text) |
Legend.OrientationEnum |
Legend.getOrientation()
orientation is the location of the legend with respect to the view graph
|
Legend.OrientationEnum |
Legend.OrientationEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Legend.OrientationEnum |
Legend.OrientationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Legend.OrientationEnum[] |
Legend.OrientationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Legend |
Legend.orientation(Legend.OrientationEnum orientation) |
void |
Legend.setOrientation(Legend.OrientationEnum orientation) |
void |
Legend.OrientationEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Legend.OrientationEnum enumeration) |
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.