---
title: ScaleRange
framework: charts
role: symbol
role_heading: Protocol
path: charts/scalerange
---

# ScaleRange

A type that you can use to configure the range of a chart.

## Declaration

```swift
protocol ScaleRange
```

## Topics

### Associated Types

- [VisualValue](charts/scalerange/visualvalue.md)

## Relationships

### Inherited By

- [PositionScaleRange](charts/positionscalerange.md)

### Conforming Types

- [PlotDimensionScaleRange](charts/plotdimensionscalerange.md)

## See Also

### Scales

- [PositionScaleRange](charts/positionscalerange.md)
- [PlotDimensionScaleRange](charts/plotdimensionscalerange.md)
- [ScaleDomain](charts/scaledomain.md)
- [AutomaticScaleDomain](charts/automaticscaledomain.md)
- [ScaleType](charts/scaletype.md)
