# `GSInstance setAxisValueFast:forId:`

*Instance Method*

Sets the axis value quickly without copying data for a specific ID.

## Declaration

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

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

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

## Parameters

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

