Jump to content
Software FX Community

BAckground painting..


User (Legacy)

Recommended Posts

Hi 

I am running the CFXIE4 B2 server from an ASP page. I use the following code

in my ASP page

<%Set chart = Server.CreateObject("ChartFX.WebServer4B")

chart.serleg(0) = "sdfds"

Chart.Legend(0) = "January"

Chart.RGBBK = CHART_TRANSPARENT

Chart.RGB2DBK = CHART_TRANSPARENT

Chart.RGB3DBK = CHART_TRANSPARENT

=chart.GetHtmlTag("700","550") %>

I did this to set my chart background to transparent all the time. I also

had a background image on my web page which has this code on it.

My computer is running under 1024X768 and 64436 colors.

However, when I change the chart type to stacked bar chart and try to resize

any of the bars in the stack, the chart background for the part above the

bar I am resizing changes to black and the image background I have set on

the page disappears in that area.

Any ideas about why this is happening?

Anil

Link to comment
Share on other sites

Hi 

I am running the CFXIE4 B2 server from an ASP page. I use the following code

in my ASP page

<%Set chart = Server.CreateObject("ChartFX.WebServer4B")

chart.serleg(0) = "sdfds"

Chart.Legend(0) = "January"

Chart.RGBBK = CHART_TRANSPARENT

Chart.RGB2DBK = CHART_TRANSPARENT

Chart.RGB3DBK = CHART_TRANSPARENT

=chart.GetHtmlTag("700","550") %>

I did this to set my chart background to transparent all the time. I also

had a background image on my web page which has this code on it.

My computer is running under 1024X768 and 64436 colors.

However, when I change the chart type to stacked bar chart and try to resize

any of the bars in the stack, the chart background for the part above the

bar I am resizing changes to black and the image background I have set on

the page disappears in that area.

Any ideas about why this is happening?

Anil

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...