How correct clean backImage ??

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MD
Newbie
Newbie
Posts: 20
Joined: Mon Jan 30, 2006 12:00 am

How correct clean backImage ??

Post by MD » Tue Jun 03, 2008 9:13 am

Hi,

I try clear BackImage correctly before SaveChartToStream, but i have a PB at reopen chart with Error JPEG #42.

What is the best pactice for clean Backimage Teechart Panel ?
Do you have a direct function ? because i no found in help.

MD
Newbie
Newbie
Posts: 20
Joined: Mon Jan 30, 2006 12:00 am

Post by MD » Tue Jun 03, 2008 9:50 am

Sorry , i think the good solution is

Achart.BackImage.Assign(Nil);

is to simple..

Post Reply