Hi,
I have a pie chart with markers set to show the data point value or percentage. I have also set tooltips on the data points to show further information and handle the DataItemMouseLeftButtonDown to allow 'drill down'.
My problem is that the tooltips dont show when the user hovers over the marker label, and when the chart is fairly small this covers most of the slice. I can't seem to set a tooltip on the marker either directly or using TooltipService. Also, the DataItem event isn't triggered when clicking on the marker (which is fair enough), but is it possible to handle this event some other way?
The problem is isn't not very intuitive for users of the chart.
Thanks
Unfortunately there is no work around for this issue. However, a bug has been submitted for this. The bug number is 24896. If you would like more information on this bug, please contact our Developer Support team with this number.
Thanks.
Thanks Marisa,
I guess the solution would be to set the IsHitTestVisible property to False for the marker, or at least make it an option