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

# stepStart

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

## Declaration

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