---
title: range
framework: accessibility
role: symbol
role_heading: Instance Property
path: accessibility/axnumericdataaxisdescriptor/range
---

# range

A range that defines the minimum and maximum displayable values for the axis.

## Declaration

```swift
var range: ClosedRange<Double> { get set }
```
