Sha256: b4d6c17a548f598ae7c48fd88dc22bce49d22a9f7ee0e1023c6e041426d6ee36

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

# DatadogAPIClient::V1::DistributionWidgetYAxis

## 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` or `log`.                | [optional][default to 'linear'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DistributionWidgetYAxis.new(
  include_zero: null,
  label: null,
  max: null,
  min: null,
  scale: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/DistributionWidgetYAxis.md
datadog_api_client-1.5.0 docs/v1/DistributionWidgetYAxis.md