Export TChart to GIF with TChart V7 / Delphi 2006
Posted: Mon Jan 02, 2006 10:13 pm
I update TChart 7 for Delphi 2006 (VCL for Win 32).
My export to GIF done a black image.
Before this update, the image was good.
With TGIFExportFormat.Create do
try
Panel := Chart1;
SaveToFile("C:\file1.gif");
finally
Free;
end;
Thanks for your help,
Franck,
My export to GIF done a black image.
Before this update, the image was good.
With TGIFExportFormat.Create do
try
Panel := Chart1;
SaveToFile("C:\file1.gif");
finally
Free;
end;
Thanks for your help,
Franck,