closestTickMarkValue(toValue:)
Returns the value of the tick mark closest to the specified value.
Declaration
func closestTickMarkValue(toValue value: Double) -> DoubleParameters
- value:
The value for which to obtain the closest tick mark.
Return Value
The value of the closest tick mark.