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