Skip to content

additionalValues

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

An array of values for additional axes for the data point.

Declaration

@property (nonatomic, copy) NSArray<AXDataPointValue *> * additionalValues;

Details

See Also

  • Specifying the data value
  • var xValue: AXDataPointValue
  • var yValue: AXDataPointValue?
  • class AXDataPointValue

additional Values

Discussion

Provide these values in the same order as their corresponding AXDataAxisDescriptor objects in additionalAxes .

Topics (Grouped)

Specifying the data value

Code Examples

@property (nonatomic, copy) NSArray<AXDataPointValue *> * additionalValues;

Source: https://developer.apple.com/documentation/accessibility/axdatapoint/additionalvalues