---
title: ChartBinRange
framework: charts
role: symbol
role_heading: Structure
path: charts/chartbinrange
---

# ChartBinRange

The range of data that a single bin of a chart represents.

## Declaration

```swift
struct ChartBinRange<Bound> where Bound : Comparable
```

## Overview

Overview All bins except the last for a particular chart represent an open range, meaning that the range doesn’t include the upper bound. The last range of the last bin is closed, so that it does include the upper bound. The system keeps track of the open or closed state of a particular range.

## Topics

### Instance Properties

- [lowerBound](charts/chartbinrange/lowerbound.md)
- [upperBound](charts/chartbinrange/upperbound.md)

## Relationships

### Conforms To

- [RangeExpression](swift/rangeexpression.md)

## See Also

### Data bins

- [NumberBins](charts/numberbins.md)
- [DateBins](charts/datebins.md)
