Jump to content
Software FX Community

RE: BAckground painting..


Software FX

Recommended Posts

Can the problem be duplicated if the chart type is not changed to stacked bars ? 

What browser/version are you using ?

Is the problem fixed if you force a full repaint (minimize and restore your browser) ?

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Anil

Posted At: Thursday, April 15, 1999 7:20 PM

Posted To: Server

Conversation: BAckground painting..

Subject: BAckground painting..

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

Can the problem be duplicated if the chart type is not changed to stacked bars ? 

What browser/version are you using ?

Is the problem fixed if you force a full repaint (minimize and restore your browser) ?

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Anil

Posted At: Thursday, April 15, 1999 7:20 PM

Posted To: Server

Conversation: BAckground painting..

Subject: BAckground painting..

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