Jump to content
Software FX Community

Setting Background Picture


User (Legacy)

Recommended Posts

Hi

I am needing some help to set the background of a chart to be an image

Nothing happens, the bkRGB is not set so I get a grey background.

I am not sure why this does not work , can someone shed some light on the

subject?

Thanks

Chris

ps Im using ChartFX internet

here is the code im having trouble with

-------------------

oChart.RGB2DBk = CHART_TRANSPARENT

Dim strPhysicalPath strPhysicalPath = Server.MapPath("logo.gif")

Dim imageBackground Set imageBackground =

oChart.LoadPicture(strPhysicalPath)

Set oChart.BkPicture = imageBackground

-----------------------

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...