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

# stepCenter

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

## Declaration

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