yValue
Category: Instance Property
Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+
Overview
The value of the y-axis for the data point.
Declaration
@NSCopying
var yValue: AXDataPointValue? { get set }
Details
See Also
- Specifying the data value
- var xValue: AXDataPointValue
- class AXDataPointValue
- enum Value
y Value
Topics (Grouped)
Specifying the data value
- xValue:AXDataPointValue — var; The value of the x-axis for the data point.
- AXDataPointValue — class; A single data value.
- Value — enum; Constants that describe types of data values.
Code Examples
@NSCopying
var yValue: AXDataPointValue? { get set }
Source: https://developer.apple.com/documentation/accessibility/axdatapoint/yvalue