# `GSInstance setAxisValueValue:forId:`

*Instance Method*

> **Deprecated**

Sets the axis value for a specific ID. (Deprecated)

## Declaration

```swift
func setAxisValueValue(_ value: CGFloat, forId ID: String)
```

```objc
- (void) setAxisValueValue:(CGFloat) value forId:(NSString *) ID;
```

```python
setAxisValueValue_forId_(value: float, ID: str)
```

## Parameters

- `value` — The axis value to set.
- `ID` — The ID of the axis.

