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

# attributedTitle

An attributed version of the chart 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 chart title

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