# `GSAxisPart initWithName:bottom:top:`

*Initializer*

## Declaration

```swift
init!(name: String!, bottom: Int32, top: Int32)
```

```objc
- (instancetype) initWithName:(NSString *) name bottom:(int) bottom top:(int) top;
```

```python
initWithName_bottom_top_(name: str, bottom: int, top: int) -> GSAxisPart
```

