---
title: "chart3DPose(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/chart3dpose(_:)"
---

# chart3DPose(_:)

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

## Declaration

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

```

## Parameters

- `pose`: The 3D chart’s current pose.

## See Also

### 3D configuration

- [chart3DCameraProjection(_:)](swiftui/view/chart3dcameraprojection(_:).md)
- [chart3DRenderingStyle(_:)](swiftui/view/chart3drenderingstyle(_:).md)
