isContinuous
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
A Boolean value that determines whether the data series is continuous.
Declaration
var isContinuous: Bool { get set }
Details
See Also
- Configuring the data points
- var dataPoints: [AXDataPoint]
- class AXDataPoint
is Continuous
Topics (Grouped)
Configuring the data points
- dataPoints: [AXDataPoint] — var; The data points that the series contains.
- AXDataPoint — class; An object that represents a single data point in a chart.
Code Examples
var isContinuous: Bool { get set }
Source: https://developer.apple.com/documentation/accessibility/axdataseriesdescriptor/iscontinuous