Class: DatadogAPIClient::V1::DistributionWidgetXAxis
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::DistributionWidgetXAxis
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb
Overview
X Axis controls for the distribution widget.
Instance Attribute Summary collapse
-
#include_zero ⇒ Object
True includes zero.
-
#max ⇒ Object
Specifies maximum value to show on the x-axis.
-
#min ⇒ Object
Specifies minimum value to show on the x-axis.
-
#scale ⇒ Object
Specifies the scale type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#include_zero ⇒ Object
True includes zero.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb', line 29 def include_zero @include_zero end |
#max ⇒ Object
Specifies maximum value to show on the x-axis. It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb', line 32 def max @max end |
#min ⇒ Object
Specifies minimum value to show on the x-axis. It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb', line 35 def min @min end |
#scale ⇒ Object
Specifies the scale type. Possible values are linear.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/distribution_widget_x_axis.rb', line 38 def scale @scale end |