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)
Converts a real value into a pixel value.
Parameters:
x - Real d (domain) component of the point to convert.
y - Real y (range) component of the point to convert.
plotArea -
minX - Minimum visible real value on the d (domain) axis.
maxX - Maximum visible real value on the y (domain) axis.
minY - Minimum visible real value on the y (range) axis.
maxY - Maximum visible real value on the y (range axis.