Thank you, it works.
Ioan Tudosa
"Greg McKaskle" wrote in message
news:3EB09E06.4020502@austin.rr.com...
> > Is there a way to have an image imported as backgroud for an XY graph? I
> > want to plot the tragectory of something moving on that image and update
it
> > in real time.
> >
>
> You can do this, but the most direct approach doesn't work due to
> optimizations in the graph. The direct approach would be to take the
> graph into the Customize mode and replace the normally black rectangle
> with your image. The problem is that the graph cheats a bit and will
> erase the plot using the background color of the plot area rectangle,
> meaning that it will still erase over your picture with a rectangle.
>
> The solution is to
make the plot area transparent and place the image
> behind the plot area. You might even want to place the picture behind
> the graph and make the graph frame transparent too. If this placement
> is done inside the control editor, the image is automatically a part of
> the graph control. If done on a regular panel, you might want to group
> the graph and picture together.
>
> Greg McKaskle
>