I'm trying to design a pie chart and have the tool tips display the exact data from the Value when I click on the specific pie element. That doesn't seem to be working, or maybe it was never designed to do this. Whenever I tap anywhere on the chart, it displays the same value from the first item in my data collection that I added in code behind. Here's my markup:
Has anyone else been able to get this to work?
Also, on a related note, is there any way to format the template for the tooltip? My values are supposed to be money-based.
Thanks!