label
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
The label for the data point.
Declaration
var label: String? { get set }
Details
See Also
- Specifying the label
- var attributedLabel: NSAttributedString?
Topics (Grouped)
Specifying the label
- attributedLabel:NSAttributedString? — var; An attributed version of the label for the data point.
Code Examples
var label: String? { get set }
Source: https://developer.apple.com/documentation/accessibility/axdatapoint/label