Sha256: 245583d8ce71102a49f98a1cf25abffec0b2a9022fa2059233940dc2bc05538b

Contents?: true

Size: 874 Bytes

Versions: 3

Compression:

Stored size: 874 Bytes

Contents

# Athenian::CodeCheckHistogramDefinition

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **metric** | [**CodeCheckMetricID**](CodeCheckMetricID.md) |  |  |
| **scale** | [**HistogramScale**](HistogramScale.md) |  | [optional] |
| **bins** | **Integer** | Number of bars in the histogram. 0 or null means automatic. | [optional] |
| **ticks** | [**Array<GoalMetricParamsThreshold>**](GoalMetricParamsThreshold.md) | Alternatively to `bins` and `scale`, set the X axis bar borders manually. Only one of two may be specified. The ticks are automatically prepended the distribution minimum and appended the distribution maximum. | [optional] |

## Example

```ruby
require 'athenian'

instance = Athenian::CodeCheckHistogramDefinition.new(
  metric: null,
  scale: null,
  bins: null,
  ticks: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
athenian-2.1.86 docs/CodeCheckHistogramDefinition.md
athenian-2.1.85 docs/CodeCheckHistogramDefinition.md
athenian-2.1.81 docs/CodeCheckHistogramDefinition.md