Jump to content
Software FX Community

Tooltips doesn't show properly...


ldejesusvega

Recommended Posts

SoftwareFX.ChartFX.Wrapper.Internet.Server.

Chart

Hi!!!.

I'm i've created 3 charts using the server chart, my problem is when move over my charts the tooltips doesn't show properly, in the chart1 shows ok, but the chart2 and chart3, don't show the tooltips for those charts, i only can see the tooltips for chart1 in all my charts....

Anyone , any idea in how can i show the tooltips for my chart2 and chart3???

Link to comment
Share on other sites

Cheking on my code i can see that the Image Maps are generated, but the charts are using the same imgMap, all goes to ImgMap, i think the problem now is... How can i specified wich Maps my charts will use.

Some like this

chart1 -> map1

chart2 -> map2

chart3 -> map3

Link to comment
Share on other sites

  • 2 weeks later...

Thanxs Frank, sorry i didn't reply before, the problem was solve using the id charts....

before i was usign this -> strTabla += " " + GraficaNuevos.GetHtmlTag("480", "250", "PNG");

but now i use this, and add "Nvo" as ID Chart and work just fine -> strTabla +=

" " + GraficaNuevos.GetHtmlTag("480", "250", "PNG", "Nvo");

Thank You...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...