Skip to content

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

Code Examples

var isContinuous: Bool { get set }

Source: https://developer.apple.com/documentation/accessibility/axdataseriesdescriptor/iscontinuous