---
title: AXDataPointValue
framework: accessibility
role: symbol
role_heading: Class
path: accessibility/axdatapointvalue
---

# AXDataPointValue

A single data value.

## Declaration

```swift
class AXDataPointValue
```

## Overview

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.

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Specifying the data value

- [xValue](accessibility/axdatapoint/xvalue.md)
- [yValue](accessibility/axdatapoint/yvalue.md)
- [AXDataPoint.Value](accessibility/axdatapoint/value.md)
