TeeChart has a lot of funky stuff. I can place some good-looking text anywhere on my chart using the TAnnotationTool. Have a look:

- This is just text on top of the chart
- chartTextAnnotation.png (13 KiB) Viewed 9342 times
Now the time has come to place an
image on top of the chart. Not even that, I need to show it, and then slowly fade it out. How would one go about this? I'm a bit clueless. Have a look at these two images:

- fade1.png (19.74 KiB) Viewed 9325 times

- fade2.png (18.53 KiB) Viewed 9327 times
This is what I need it to look like.
My best try (this is how both pictures were made) is to place a VCL form with a slowly decreasing
AlphaBlendValue on top of the chart. The drawback of this approach is that I always have to monitor if the coordinates of my "overlay form" match with the
screen coordinates of my chart. I'd also need to monitor the chart's form of moving around, getting minimized, all kinds of stuff.
Are there any better ideas? I see I can easily place random components inside my chart

. But transparent components don't seem to keep their transparency when put in there.
Many thanks in advance.