Hi Steven,
You may use Axis.getHTMLImageMap to create an image map for the vertical axis labels. For example:
'An array of text strings containing the tooltips for the axis labels
Call c.addExtraField(toolTipArray)
......
viewer.ImageMap = c.getHTMLImageMap("clickable", "", _
"title='{xLabel}: {top|mmm dd, yyyy} to {bottom|mmm dd, yyyy}'") & _
c.xAxis().getHTMLImageMap("", "", "title='{field0}'")
Hope this can help.
Regards
Peter Kwan |