Skip to content

dataPoints

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 data points that the series contains.

Declaration

var dataPoints: [AXDataPoint] { get set }

Details

See Also

  • Configuring the data points
  • var isContinuous: Bool
  • class AXDataPoint

data Points

Topics (Grouped)

Configuring the data points

  • isContinuous:Bool — var; A Boolean value that determines whether the data series is continuous.
  • AXDataPoint — class; An object that represents a single data point in a chart.

Code Examples

var dataPoints: [AXDataPoint] { get set }

Source: https://developer.apple.com/documentation/accessibility/axdataseriesdescriptor/datapoints