transparent atDiagram?

Hi all,



I would like to place an atDiagram over an ActiveX component. The ActiveX
component displays an image in a special file format which I cannot load as
background of the atDiagram. So, is it possible to make the background of
an atDiagram transparent?



Kind regards,



Rolf

You can try to set ParentBackground property to true. Alternatively you could try to use OnBeforePaint event of diagram and paint the ActiveX image in the diagram canvas. This is the preferred way, actually.