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
Initializers
- initrawValue:Int) — ?(
Conforms To
Configuring the axis scale
- scaleType:AXNumericDataAxisDescriptor.ScaleType — var; The scale for the axis.
Code Examples
enum ScaleType