---
title: attributedName
framework: accessibility
role: symbol
role_heading: Instance Property
path: accessibility/axdataseriesdescriptor/attributedname
---

# attributedName

An attributed version of the data series name.

## Declaration

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

## Discussion

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

## See Also

### Naming the series

- [name](accessibility/axdataseriesdescriptor/name.md)
