I found that this seems to place my "value" at the right position in the data field. But this is a poor technique. 13 is an absolute position and probably is not portable across devices with different data field heights. What I really want to for my value to be about the same relative position from the bottom of the data field so it appears similar to the built-in data fields. Like, say, 4 pixels from the bottom. I can't seem to find the method that'll let me do that. Any ideas?
valueView.locY = valueView.locY + 13;