How to preserve the curve drawing in the background

TeeChart for ActiveX, COM and ASP
Post Reply
slyt_butterfly
Newbie
Newbie
Posts: 1
Joined: Mon Oct 14, 2013 12:00 am

How to preserve the curve drawing in the background

Post by slyt_butterfly » Tue Oct 15, 2013 2:05 am

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.

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How to preserve the curve drawing in the background

Post by Yeray » Tue Oct 15, 2013 12:04 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply