xValue
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 x-axis for the data point.
Declaration
@NSCopying
var xValue: AXDataPointValue { get set }
Details
See Also
- Specifying the data value
- var yValue: AXDataPointValue?
- class AXDataPointValue
- enum Value
x Value
Discussion
Use a double value for a numeric x-axis, or an NSString value for a categorical x-axis.
Topics (Grouped)
Specifying the data value
- yValue:AXDataPointValue? — var; The value of the y-axis for the data point.
- AXDataPointValue — class; A single data value.
- Value — enum; Constants that describe types of data values.
Code Examples
@NSCopying
var xValue: AXDataPointValue { get set }
Source: https://developer.apple.com/documentation/accessibility/axdatapoint/xvalue