<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/chart3DPose(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP6ChartsE11chart3DPoseyQrAA7BindingVyAD06Chart3F0VGF::OverloadGroup"
  },
  "title" : "chart3DPose(_:)"
}
-->

# chart3DPose(_:)

Associates a binding to be updated when the 3D chart’s pose is changed by an interaction.

```
@MainActor @preconcurrency func chart3DPose(_ pose: Binding<Chart3DPose>) -> some View
```

## Parameters

`pose`

The 3D chart’s current pose.

---

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)