When use the code
Code: Select all
bmp.Canvas.Draw(0,0,Chart1.TeeCreateBitmap(clwhite,Chart1.ClientRect));
I have tried to "cut off" one or two pixels which removes the edge. Put in the case of high screen resolution I need to take 2-3 pixels and in the case of low screen resolution, I need to take only 1.
Isn't there a more convinient method?