---
title: "chartYSelection(value:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/view/chartyselection(value:)"
---

# chartYSelection(value:)

## Declaration

```swift
nonisolated func chartYSelection<P>(value: Binding<P?>) -> some View where P : Plottable

```

## See Also

### Selection

- [chartXSelection(range:)](swiftui/view/chartxselection(range:).md)
- [chartXSelection(value:)](swiftui/view/chartxselection(value:).md)
- [chartYSelection(range:)](swiftui/view/chartyselection(range:).md)
- [chartZSelection(range:)](swiftui/view/chartzselection(range:).md)
- [chartZSelection(value:)](swiftui/view/chartzselection(value:).md)
- [chartAngleSelection(value:)](swiftui/view/chartangleselection(value:).md)
