Convert a value in pixels to the type passed into min/max
Parameters:
pix -
min -
max -
lengthPix -
flip - True if the axis should be reversed before calculated. This is the case
with the y axis for screen coords.
Returns:
valToPix
public static android.graphics.PointF valToPix(Number x,
Number y,
android.graphics.RectF plotArea,
Number minX,
Number maxX,
Number minY,
Number maxY)