Sha256: fcfc7b1a7076435e363cf2a00b3fbfe2f3b8298726db235322717aa87f472497

Contents?: true

Size: 1.58 KB

Versions: 2

Compression:

Stored size: 1.58 KB

Contents

# DatadogAPIClient::V1::DistributionWidgetXAxis

## Properties

| Name             | Type        | Description                                                                                                                                          | Notes                                   |
| ---------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
| **include_zero** | **Boolean** | True includes zero.                                                                                                                                  | [optional]                              |
| **max**          | **String**  | Specifies maximum value to show on the x-axis. It takes a number, percentile (p90 === 90th percentile), or auto for default behavior. | [optional][default to 'auto']   |
| **min**          | **String**  | Specifies minimum value to show on the x-axis. It takes a number, percentile (p90 === 90th percentile), or auto for default behavior. | [optional][default to 'auto']   |
| **scale**        | **String**  | Specifies the scale type. Possible values are `linear`.                                                                                    | [optional][default to 'linear'] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::DistributionWidgetXAxis.new(
  include_zero: 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/DistributionWidgetXAxis.md
datadog_api_client-1.5.0 docs/v1/DistributionWidgetXAxis.md