---
title: linear
framework: charts
role: symbol
role_heading: Type Property
path: charts/scaletype/linear
---

# linear

A number scale where each range value y can be expressed as a linear function of the domain value x, with y = a * x + b.

## Declaration

```swift
static var linear: ScaleType { get }
```
