Jump to content
Software FX Community

Help! BkPicture and Transparancy - chBack.gif [0/2]


User (Legacy)

Recommended Posts

Hey all,

I'm setting the charts' background picture, but setting the RGB3DBK to

CHART_TRANSPARENT seems to instead set it to black (see attachment).

Set axTemp = Request.QueryString("BackgroundPicture")

if (axTemp <> "") then

Chart.RGBBK = CHART_TRANSPARENT

Chart.RGB2DBK = CHART_TRANSPARENT

Chart.RGB3DBK = CHART_TRANSPARENT

Set Chart.BkPicture = Chart.LoadPicture(axTemp)

end if

I've tried setting the items to transparent before, after, and both to

see if it changes things - it does not.

I've installed the latest service pack.

Can anyone help?

post-2106-13922389599624_thumb.jpg

Link to comment
Share on other sites

Are you generating the chart as an image or as an active chart ?

--

Regards,

JC

Software FX Support

"mbatchel" <nobody@nowhere.com> wrote in message

news:MPG.187fbf441678cb0a989680@news.softwarefx.com...

> Hey all,

>

> I'm setting the charts' background picture, but setting the RGB3DBK to

> CHART_TRANSPARENT seems to instead set it to black (see attachment).

>

> Set axTemp = Request.QueryString("BackgroundPicture")

> if (axTemp <> "") then

> Chart.RGBBK = CHART_TRANSPARENT

> Chart.RGB2DBK = CHART_TRANSPARENT

> Chart.RGB3DBK = CHART_TRANSPARENT

> Set Chart.BkPicture = Chart.LoadPicture(axTemp)

> end if

>

>

> I've tried setting the items to transparent before, after, and both to

> see if it changes things - it does not.

>

> I've installed the latest service pack.

>

> Can anyone help?

post-2107-13922389600553_thumb.jpg

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...