I am drawing a graph on a control, but 0,0 is at the top-left hand corner of the control. Is there a way to flip the coordinates so that 0,0 is at the lower left corner of t
No, but using the Size (or Height) properties of the control, it is easy to calculate flipped coordinates: Just draw to Height-y.
Size
Height
Height-y