
Index
Date: Thu, 17 Apr 2003 14:50:27 -0400
From: Shawn W. Devlin
Subject: Re: TeeChart to TPicture
Newsgroup: steema.public.teechart6.kylix
I am going to have to stop answering my own posts. :-)
The solution is
Image1.Picture.Assign(Chart1);
Found that in the demo program.
Shawn W. Devlin wrote:
> Hello,
>
> I am trying to copy the image of a TeeChart to a TPicture (or TImage)
> object. I have played around with the Bitmap attributes but that did not
> seem to work. I have also tried using Chart1.Canvas.ShowImage but could
> not get that to work either.
>
> Does anyone know how to copy the image from a TeeChart?
>
> Thanks.
>
> Shawn
>