---
title: PlotDimensionScaleRange
framework: charts
role: symbol
role_heading: Structure
path: charts/plotdimensionscalerange
---

# PlotDimensionScaleRange

A range that represents the plot area’s width or height.

## Declaration

```swift
struct PlotDimensionScaleRange
```

## Relationships

### Conforms To

- [PositionScaleRange](charts/positionscalerange.md)
- [ScaleRange](charts/scalerange.md)

## See Also

### Scales

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