Skip to content

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

Specifying the data value

Code Examples

class AXDataPointValue

Source: https://developer.apple.com/documentation/accessibility/axdatapointvalue