<!--
{
  "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/position(forY:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Swift Charts"
    ],
    "preciseIdentifier" : "s:6Charts10ChartProxyV8position4forY14CoreFoundation7CGFloatVSgx_tAA9PlottableRzlF"
  },
  "title" : "position(forY:)"
}
-->

# position(forY:)

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

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

## Parameters

`value`

A data value.

## Return Value

The position corresponding to the data value.

---

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)