<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Charts",
  "identifier" : "/documentation/Charts/ChartProxy/angle(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Swift Charts",
      "Charts"
    ],
    "preciseIdentifier" : "s:6Charts10ChartProxyV5angle2at7SwiftUI5AngleVSo7CGPointV_tF"
  },
  "title" : "angle(at:)"
}
-->

# angle(at:)

Returns the angle relative to the plot area center, where the 12 o’clock position is interpreted as zero
degrees, increasing clockwise.

```
func angle(at position: CGPoint) -> Angle
```

## Parameters

`position`

The position at which to obtain the data value. It should be relative to the plot.

## Return Value

The angle relative to the plot area center.

---

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)