ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Multiple tool tips
Posted by Jay on Jun-16-2013 03:22
Hi is there any way of getting multiple tooltips per chart.

For example the value that shows up on each bar and a separate value / string when the custom legend box is hovered over.

I am using getHTMLImageMap for the bar values which works fine but cannot get any hover affect over the legend using LegendBox.getHTMLImageMap.

Thanks

  Re: Multiple tool tips
Posted by Peter Kwan on Jun-18-2013 00:17
Hi Jay,

There is an example in ChartDirector demonstrating tooltips on both the data points and the legend entries. May be you can use it as a reference. (The sample code shows a line chart, but you can easily change the addLineLayer to addBarLayer.)

http://www.advsofteng.com/doc/cdnet.htm#customclickable.htm

Hope this can help.

Regards
Peter Kwan