Skip to content

range

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 range that defines the minimum and maximum displayable values for the axis.

Declaration

var range: ClosedRange<Double> { get set }

Details

  • Accessibility
  • AXNumericDataAxisDescriptor
  • range

Code Examples

var range: ClosedRange<Double> { get set }

Source: https://developer.apple.com/documentation/accessibility/axnumericdataaxisdescriptor/range