# `GSAxisPart.bottomValue`

*Instance Property*

The lower value for the interpolation range

## Declaration

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

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

```python
bottomValue() -> int
setBottomValue_(bottomValue: int)
```

