attributedName
Category: Instance Property
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 attributed version of the data series name.
Declaration
@NSCopying
var attributedName: NSAttributedString { get set }
Details
See Also
- Naming the series
- var name: String?
attributed Name
Discussion
If you set the value of this property, the system uses this value instead of name .
Topics (Grouped)
Naming the series
- name:String? — var; The name of the data series.
Code Examples
@NSCopying
var attributedName: NSAttributedString { get set }
Source: https://developer.apple.com/documentation/accessibility/axdataseriesdescriptor/attributedname