Instance Method
setAxisValueFast(_:forId:) setAxisValueFast:forId: setAxisValueFast_forId_
Sets the axis value quickly without copying data for a specific ID.
Declaration
func setAxisValueFast(_ value: GSMetricStore?, forId ID: String)Declaration
- (void) setAxisValueFast:(GSMetricStore *) value forId:(NSString *) ID;Declaration
setAxisValueFast_forId_(value: GSMetricStore, ID: str)Parameters
valueThe axis value to set.
IDThe ID of the axis.