Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Howto bind tooltip to series datapoint (when series is mapped to DataTable)
posted

I have a seemingly simple requirement. I want a tooltip to popup when the user hovers over a charted datapoint (2d column chart).

All the examples I've found (including feature brower) show tooltips set at the (hard coded) datapoint object. However, I'm adding the series to the chart in code behind by mapping to columns in  DataTable and setting tooltips for the individual datapoints doesn't work.

How do I bind tooltips to the column value? I would think this is a no brainer... but I'm stumped!

Thanks in advance for the help.