AXDataPointValue
Category: Class
Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+
Overview
A single data value.
Declaration
class AXDataPointValue
Details
Relationships
- NSObject
- CVarArg
- CustomDebugStringConvertible
- CustomStringConvertible
- Equatable
- Hashable
- NSCopying
- NSObjectProtocol
See Also
- Specifying the data value
- var xValue: AXDataPointValue
- var yValue: AXDataPointValue?
- enum Value
AXData Point Value
Overview
An AXDataPointValue can be either numeric or categorical. Data points in a numeric axis use the number property, and data points in a categorical axis use the category property.
Topics (Grouped)
Inherits From
Conforms To
- CVarArg
- CustomDebugStringConvertible
- CustomStringConvertible
- Equatable
- Hashable
- NSCopying
- NSObjectProtocol
Specifying the data value
- xValue:AXDataPointValue — var; The value of the x-axis for the data point.
- yValue:AXDataPointValue? — var; The value of the y-axis for the data point.
- Value — enum; Constants that describe types of data values.
Code Examples
class AXDataPointValue
Source: https://developer.apple.com/documentation/accessibility/axdatapointvalue