Instance Method
setAxisValueValue(_:forId:) setAxisValueValue:forId: setAxisValueValue_forId_
Deprecated
Sets the axis value for a specific ID. (Deprecated)
Declaration
func setAxisValueValue(_ value: CGFloat, forId ID: String)Declaration
- (void) setAxisValueValue:(CGFloat) value forId:(NSString *) ID;Declaration
setAxisValueValue_forId_(value: float, ID: str)Parameters
valueThe axis value to set.
IDThe ID of the axis.