Panel Transparency trouble
Posted: Wed Apr 04, 2007 10:13 am
Hi,
I've been trying to set transparency for the panel but it doesn't seem to want
to work for me.
The Only thing thats worked for me so far is having a PNG PictureFormat and that's only for IE7 and not IE6.
The format doesn't really matter, only that it work's with IE6
I've tried:
and going into
[WebChart Tasks]->[Edit...]->[Chart]->[Panel]->[Background] -> Transparent (selected)
I have also tried the color and transparent from there.
Am i forgetting some simple thing?
Any suggestions would be very appreciated.
I've been trying to set transparency for the panel but it doesn't seem to want
to work for me.
The Only thing thats worked for me so far is having a PNG PictureFormat and that's only for IE7 and not IE6.
The format doesn't really matter, only that it work's with IE6
I've tried:
Code: Select all
WebChart1.Chart.Panel.Transparent = true;
// and
WebChart1.Chart.Panel.Transparency = 100;
[WebChart Tasks]->[Edit...]->[Chart]->[Panel]->[Background] -> Transparent (selected)
I have also tried the color and transparent from there.
Am i forgetting some simple thing?
Any suggestions would be very appreciated.