---
title: plotAreaFrame
framework: charts
role: symbol
role_heading: Instance Property
path: charts/chartproxy/plotareaframe
---

# plotAreaFrame

An anchor to the frame of the chart’s plot.

## Declaration

```swift
var plotAreaFrame: Anchor<CGRect> { get }
```

## Discussion

Discussion The plot is the area between the x and y axes, not including the axes themselves. If the chart is scrollable, the plot frame includes both visible and invisible portions of the plot. A chart must exist in the context of the chart proxy. You can convert the anchor to a frame using a GeometryProxy.
