Sha256: 5a9c9d4bdb42021daf628dc630bba00b56291d69c000ec18cf5d1c52af267222
Contents?: true
Size: 1.97 KB
Versions: 1
Compression:
Stored size: 1.97 KB
Contents
# DatadogAPIClient::V1::WidgetAxis ## Properties | Name | Type | Description | Notes | | ---------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | | **include_zero** | **Boolean** | True includes zero. | [optional] | | **label** | **String** | The label of the axis to display on the graph. | [optional] | | **max** | **String** | Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior. | [optional][default to 'auto'] | | **min** | **String** | Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior. | [optional][default to 'auto'] | | **scale** | **String** | Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, `pow##` (for example `pow2`, `pow0.5` etc.). | [optional][default to 'linear'] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WidgetAxis.new( include_zero: null, label: null, max: null, min: null, scale: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/WidgetAxis.md |