<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Charts",
  "identifier" : "/documentation/Charts/ChartProxy/positionRange(forY:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Swift Charts"
    ],
    "preciseIdentifier" : "s:6Charts10ChartProxyV13positionRange4forYSNy14CoreFoundation7CGFloatVGSgx_tAA9PlottableRzlF"
  },
  "title" : "positionRange(forY:)"
}
-->

# positionRange(forY:)

Returns the range of y position for the given data value, or `nil` if the x scale is unavailable or if the value
is invalid. The returned position range is relative to the plot.

```
func positionRange<P>(forY value: P) -> ClosedRange<CGFloat>? where P : Plottable
```

## Parameters

`value`

The data value.

## Return Value

The position range corresponding to the data value.

## Discussion

For a continuous data value, the returned range is a single point. For a categorical data value, the returned
range is the range of positions that correspond to the given category.

---

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)