---
title: plotFrame
framework: charts
role: symbol
role_heading: Instance Property
path: charts/chartproxy/plotframe
---

# plotFrame

An anchor to the frame of the chart’s plot, or nil if there is no chart in the context of the chart proxy.

## Declaration

```swift
var plotFrame: 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. You can convert the anchor to a frame using a GeometryProxy.
