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
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