Skip to content

AXDataPoint

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 single data point in a chart.

Declaration

class AXDataPoint

Details

Topics

  • Creating a data point
  • convenience init(x: String, y: Double?, additionalValues: [AXDataPoint.Value], label: String?)
  • convenience init(x: Double, y: Double?, additionalValues: [AXDataPoint.Value], label: String?)
  • Specifying the data value
  • var xValue: AXDataPointValue
  • var yValue: AXDataPointValue?
  • class AXDataPointValue
  • enum Value
  • Specifying the label
  • var label: String?
  • var attributedLabel: NSAttributedString?

Relationships

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

See Also

  • Data representation
  • class AXDataSeriesDescriptor

AXData Point

Topics (Grouped)

Creating a data point

Specifying the data value

Specifying the label

Inherits From

Conforms To

Data representation

Code Examples

class AXDataPoint

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