LINE DRAWING
Posted: Tue Jul 25, 2006 10:23 am
I need to draw a vertical line in a line chart at a specific x-location based on what the value of x is. I've tried
startpixel = Series1->CalcXPos(X);
to get the pixel location. That doesn't seem to work. I get a return value that does not fit on the screen.
Thanks,
Marshall
startpixel = Series1->CalcXPos(X);
to get the pixel location. That doesn't seem to work. I get a return value that does not fit on the screen.
Thanks,
Marshall