# `GSFontMaster setAxisValue:forId:`

*Instance Method*

## Declaration

```swift
func setAxisValue(_ value: GSMetricStore?, forId ID: String)
```

```objc
- (void) setAxisValue:(GSMetricStore *) value forId:(NSString *) ID;
```

```python
setAxisValue_forId_(value: GSMetricStore, ID: str)
```

