---
title: monotone
framework: charts
role: symbol
role_heading: Type Property
path: charts/interpolationmethod/monotone
---

# monotone

Interpolate data points with a cubic spline that preserves monotonicity of the data.

## Declaration

```swift
static var monotone: InterpolationMethod { get }
```
