---
title: attributedTitle
framework: accessibility
role: symbol
role_heading: Instance Property
path: accessibility/axdataaxisdescriptor/attributedtitle
---

# attributedTitle

An attributed version of the axis title.

## Declaration

```swift
@NSCopying var attributedTitle: NSAttributedString { get set }
```

## Discussion

Discussion If you set the value of this property, the system uses this value instead of title.

## See Also

### Specifying the title

- [title](accessibility/axdataaxisdescriptor/title.md)
