I have made a pretty fancy graph image in Photoshop and would like to use it as a background image of a Panel. That's easy enough but now I'm not sure how to place points marking data inside or over the background image. Whenever I draw a point it seems to be underneath the background image. When I erase the image the stuff I draw is there but I can't get the image and the creategraphics methods in Paint to work together.

My question then is how can you, using creategraphics, draw over a background image? Is it better just to draw the graph with creategraphics members and trash the bitmap?

Thanx!