Skip to content

AXDataSeriesDescriptor

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

An object that represents a series of data points.

Declaration

class AXDataSeriesDescriptor

Details

Topics

  • Creating a data series
  • init(name: String, isContinuous: Bool, dataPoints: [AXDataPoint])
  • init(attributedName: NSAttributedString, isContinuous: Bool, dataPoints: [AXDataPoint])
  • Naming the series
  • var name: String?
  • var attributedName: NSAttributedString
  • Configuring the data points
  • var isContinuous: Bool
  • var dataPoints: [AXDataPoint]
  • class AXDataPoint

Relationships

  • NSObject
  • CVarArg
  • CustomDebugStringConvertible
  • CustomStringConvertible
  • Equatable
  • Hashable
  • NSCopying
  • NSObjectProtocol

See Also

  • Data representation

AXData Series Descriptor

Topics (Grouped)

Creating a data series

Naming the series

Configuring the data points

Inherits From

Conforms To

Data representation

  • AXDataPoint — class; An object that represents a single data point in a chart.

Code Examples

class AXDataSeriesDescriptor

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