Skip to content

AXNumericDataAxisDescriptor.ScaleType

Category: Enumeration

Platforms: iOS 15.0+, iPadOS 15.0+, Mac Catalyst 15.0+, macOS 12.0+, tvOS 15.0+, visionOS 1.0+, watchOS 8.0+

Overview

Constants that describe the scale of a numeric axis.

Declaration

enum ScaleType

Details

Topics

  • Scales
  • case linear
  • case ln
  • case log10
  • init?(rawValue: Int)

Relationships

  • BitwiseCopyable
  • Equatable
  • Hashable
  • RawRepresentable
  • Sendable
  • SendableMetatype

See Also

  • Configuring the axis scale
  • var scaleType: AXNumericDataAxisDescriptor.ScaleType

  • Accessibility

  • AXNumericDataAxisDescriptor
  • AXNumericDataAxisDescriptor.ScaleType

AXNumeric Data Axis Descriptor .Scale Type

Topics (Grouped)

Scales

  • linear — case; A linear scale.
  • ln — case; A natural log scale.
  • log10 — case; A log scale.

Initializers

Conforms To

Configuring the axis scale

Code Examples

enum ScaleType

Source: https://developer.apple.com/documentation/accessibility/axnumericdataaxisdescriptor/scaletype-swift.enum