# GetLayerHistogramBin

***

One bin from the response from the [LayersController.getHistogramData](https://developers.felt.com/js-sdk-api-reference/layerscontroller#gethistogramdata) method.

## Properties

### min

> **min**: `number`

The left edge of the bin.

***

### max

> **max**: `number`

The right edge of the bin.

***

### value

> **value**: `number`

The number of features in the bin.
