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.
How to preserve the curve drawing in the background
-
- Newbie
- Posts: 1
- Joined: Mon Oct 14, 2013 12:00 am
Re: How to preserve the curve drawing in the background
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:
Or you can use the SaveToStream function to directly use it without using any file.
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"
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |