# `GSAxis.names`

*Instance Property*

The names.

## Declaration

```swift
var names: [GSInfoValue] { get set }
```

```objc
@property (nonatomic, strong) NSArray<GSInfoValue *> * names;
```

```python
names() -> list[GSInfoValue]
setNames_(names: list[GSInfoValue])
```

