Hi Murugan,
Yes. The exact code depends on your programming language and whether it is a desktop or
a web application.
In the sample code "Track Box with Legend", it demonstrates how to draw a rectangle in a
mouse event. For your case, you can use the mouse move event of your data points (the
hot spots defined using getHTMLImageMap) to draw the rectangle. Instead of drawing the
rectangle around the bars as in the sample code, you can draw the rectangle around the
axis. The "Track Line with Axis Labels" sample code demonstrates how to determine the
position of an axis.
Hope this can help.
Regards
Peter Kwan |