Jump to content
Software FX Community

Chart Transparancey


User (Legacy)

Recommended Posts

You could add the following script to your page to set  a red background in

a transparent chart. I am assuming you are using the server component to

generate the chart's object tag.

<SCRIPT LANGUAGE="VBScript">

<!--

Sub window_onLoad()

Chart1.RGBBk = 255

End Sub

-->

</SCRIPT>

Note that windowless support is tricky for both the browser and the

component and that some features (such as scrolling) are not supported in

transparent charts.

If you are targeting IE 5.5 and later and you are able to modify your DHTML

menuing system, you could also use a feature called popup that I found

searching on support.microsoft.com, I have not tested it but according to

the docs it could be what you need.

--

Regards,

JC

Software FX Support

"Red" <russ.1@excite.com> wrote in message

news:UEtpl#IbCHA.3620@webserver1.softwarefx.com...

> Hi,

>

> I am setting the chart background to transparent to resolve the Windows

Bug

> that makes the Active X Control appear in front of our DHTML menu system.

>

> However, is it possible to then change the chart background color after

the

> chart has been drawn?

>

> Cheers

>

> Russ

>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...