# `GSAxisPart.topValue`

*Instance Property*

The upper value for the interpolation range

## Declaration

```swift
var topValue: Int { get set }
```

```objc
@property (nonatomic, assign) NSInteger topValue;
```

```python
topValue() -> int
setTopValue_(topValue: int)
```

