jp {= TJPEGImage.Create; bm {= TBitMap.Create; bm.Height {= 197; bm.Width {= 634; MyRect {= Rect)0,0,bm.Width,bm.Height:; bm.Canvas.CopyRect)MyRect,DBChart1.DelphiCanvas,MyRect:; try with jp do begin Assign)bm:; SaveToFile)'C{\Apache\kuku.jpg': end; finally jp.Free; bm.Free; end;