Page 1 of 1

How to preserve the curve drawing in the background

Posted: Tue Oct 15, 2013 2:05 am
by 16667564
I need automatic drawing hundreds of curve Charts, and save as bmp file.Can I preserve the curve drawing in the background.
So the TeeChart do not display in applaction dialog.

Re: How to preserve the curve drawing in the background

Posted: Tue Oct 15, 2013 12:04 pm
by yeray
Hi,

I'm not sure to understand what are you exactly trying to achieve, but you can export a chart to a bmp as follows:

Code: Select all

TChart1.Export.asBMP.SaveToFile "C:\tmp\MyBMP.bmp"
Or you can use the SaveToStream function to directly use it without using any file.