Instance Method
axisValueValue(forId:)axisValueValueForId:axisValueValueForId_
Deprecated
Returns the axis value for a specific ID. (Deprecated)
Declaration
func axisValueValue(forId ID: String) -> CGFloatDeclaration
- (CGFloat) axisValueValueForId:(NSString *) ID;Declaration
axisValueValueForId_(ID: str) -> floatParameters
IDThe ID of the axis.
Return Value
The axis value.