<!--
{
  "availability" : [
    "iOS: 16.0.0 - 17.0.0",
    "iPadOS: 16.0.0 - 17.0.0",
    "macCatalyst: 16.0.0 - 17.0.0",
    "macOS: 13.0.0 - 14.0.0",
    "tvOS: 16.0.0 - 17.0.0",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 - 10.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Charts",
  "identifier" : "/documentation/Charts/ChartProxy/plotAreaFrame",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Swift Charts"
    ],
    "preciseIdentifier" : "s:6Charts10ChartProxyV13plotAreaFrame7SwiftUI6AnchorVySo6CGRectVGvp"
  },
  "title" : "plotAreaFrame"
}
-->

# plotAreaFrame

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

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

## 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`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)