---
title: scaleType
framework: accessibility
role: symbol
role_heading: Instance Property
path: accessibility/axnumericdataaxisdescriptor/scaletype-swift.property
---

# scaleType

The scale for the axis.

## Declaration

```swift
var scaleType: AXNumericDataAxisDescriptor.ScaleType { get set }
```

## Discussion

Discussion Match the value of this property to the visual representation in the chart. The default value is AXNumericDataAxisDescriptor.ScaleType.linear.

## See Also

### Configuring the axis scale

- [AXNumericDataAxisDescriptor.ScaleType](accessibility/axnumericdataaxisdescriptor/scaletype-swift.enum.md)
