Enum AxisScale
Scale is the axis formatting scale. Supported: "log", "linear"
Namespace: InfluxDB.Client.Api.Domain
Assembly: InfluxDB.Client.dll
Syntax
public enum AxisScale : int
Fields
| Name | Description |
|---|---|
| Linear | Enum Linear for value: linear |
| Log | Enum Log for value: log |