
Index
From: Pep
Subject: Re: Chart.Canvas and Bounds
Date: Mon, 4 Apr 2005 08:03:24 +0200
Newsgroup: public.teechart6.general
Hi Mike,
I'm not sure what you're trying to accomplish, could you please explain
better ?
--
Best Regards !
Josep Lluis Jorge
http://support.steema.com
"Newsgroups" wrote in message
news:icExdMHCFHA.1800@TEEPC.Steema.local...
>
> I am having problems with the following code.
>
>
Pic1.Canvas.CopyRect(Bounds(Chart1.Left,Chart1.Top,Chart1.Width,Chart1.Heigh
t),
>
>
Chart1.Canvas,Bounds(Chart1.Left,Chart1.Top-117,Chart1.Width,Chart1.Height))
;
>
> The program objects to the Bounds and also to Chart1.Canvas in this
> statement. Can you advise how to reformulate this to work. If instead of
> Chart1 we use Image1 it works.
>
> Mike Glazer
>
>