# `GSInstance.axesValues`

*Instance Property*

The axis values of the instance.

## Declaration

```swift
var axesValues: [String : GSMetricStore] { get set }
```

```objc
@property (nonatomic, strong) GSAxisValues * axesValues;
```

```python
axesValues() -> GSAxisValues
setAxesValues_(axesValues: GSAxisValues)
```

