init(attributedName:isContinuous:dataPoints:)
Category: Initializer
Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+
Overview
Creates a data series with the specified attributed name, a Boolean value that indicates whether the series is continuous, and data points.
Declaration
init(
attributedName: NSAttributedString,
isContinuous: Bool,
dataPoints: [AXDataPoint]
)
Details
See Also
- Creating a data series
-
init(name: String, isContinuous: Bool, dataPoints: [AXDataPoint])
-
Accessibility
- AXDataSeriesDescriptor
- init(attributedName:isContinuous:dataPoints:)
init(attributed Name: is Continuous: data Points:)
Topics (Grouped)
Creating a data series
- initname:String,isContinuous:Bool,dataPoints: [AXDataPoint]) — (; Creates a data series with the specified name, a Boolean value that indicates whether the series is continuous, and data points.
Code Examples
init(
attributedName: NSAttributedString,
isContinuous: Bool,
dataPoints: [AXDataPoint]
)