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

# stepEnd

Interpolate data points with a step, or piece-wise constant function, where the data point is at the end of the step.

## Declaration

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