OWC10 / exportPicture / PNG

R

Rodrigo

Hello members,

Nice to meet you. I'm from Brazil, currently developing with the old classic
ASP. I have OWC10 at server, my script is fine, but when I join a JPG with a
transparent PNG, the transparent areas of the PNG turns white. Is there a
way to keep the opacity?

Set Chs = CreateObject("OWC10.ChartSpace")

Set chConstants = Chs.Constants

'Set background of the chart
Chs.Interior.SetTextured FileName, chConstants.chStretchPlot, ,
chConstants.chAllFaces
Chs.border.color = -3

I searched around the msdn library and googled it, but can't find a way...

Thanks in advance..
Rodrigo
 
A

Alvin Bruney - ASP.NET MVP

This isn't an OWC issue, it's related to the way in which two images and
their backgrounds interfere with each other. I'm not sure you can do
anything about it.
 
Top